K 10 svn:author V 3 sos K 8 svn:date V 27 2002-03-26T09:34:21.000000Z K 7 svn:log V 271 Fix the panic on resume, the problem is that we cant use tsleep that early in the resume code path. Using ATA_IMMEDIATE works nicely around this problem by not waiting in tsleep, and we poll for the ready state of the device anyways (now we just poll a little longer)... END