K 10 svn:author V 3 sos K 8 svn:date V 27 2004-09-03T12:10:44.000000Z K 7 svn:log V 238 Introduce ata_udelay() that uses tsleep instead of DELAY if possible. In places where we have long delays that doesn't depend on too accurate timing, use ata_udelay() instead of DELAY() so we dont uselessly spin the CPU if not nessesary; END