• James Bottomley's avatar
    Fix while in spinup loop of sd · b1c89a3b
    James Bottomley authored
    We must loop on UNIT ATTENTION sense (to clear the condition).  However, the code 
    is assuming that a sense condition will always be accompanied by a not good status.
    We have several drivers in the tree that return GOOD with DRIVER_SENSE, so make the
    loop condition reflect this.
    b1c89a3b
sd.c 42.2 KB