Mark Lord wrote: > Michael, > > Here is a patch to have drivers/ide use polling > for all operations, in addition to IRQs. s/in addition to/instead of/ If you need IRQs + polling, then just un-ifdef the request_irq() and free_irq() lines. Cheers