• Jeremy Higdon's avatar
    [PATCH] minor changes to qla1280 driver · c891f36a
    Jeremy Higdon authored
    On one of our big machines we found a problem with posted writes while
    running AIM.
    
    Two writes of the Request Queue In pointer went out of order, making
    the chip think that it had a queue wrap.
    
    I took advantage of this opportunity to add relaxed reads, which helps
    the Altix.  It should not affect other arches.  All reads are relaxed
    except for the read of the Semaphore register.
    c891f36a
qla1280.h 33.3 KB