Alan Cox wrote: > Ar Maw, 2006-09-26 am 14:00 +0200, ysgrifennodd Diego Calleja: >> When trying to test the new libata PATA drivers in the latest -git tree, I >> got this when udev tried to load the module: > > Yes something seems to be very ill in the -git tree but I'm not sure > what has changed in the libata core to trigger all this at the moment. One thing I notice in pata_serverworks.c is the lack of an ->irq_clear() hook, which is called unconditionally in ata_device_add(). It's a bit strange that it wasn't caught before, since ->irq_clear() has been called unconditionally for a great many kernel releases. Diego, does the attached patch help? Jeff