On Sat, 27 May 2006, Linus Torvalds wrote: > + /* > + * Wait for BUSY to go away for up to 2 seconds, > + * and then try to wait for idle (up to 1 msec) > + */ > + ata_busy_wait(ap, ATA_BUSY, 200000); > + ata_wait_idle(ap); The comment is wrong by an order of magnitude. "ata_wait_idle()" will wait for up to "10" msec, not "1" msec. I'll fix that and commit, if people are ok with this. Linus - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html