On Tue, 16 Jan 2007 19:46:23 +0900 Akira Iguchi <akira2.iguchi@xxxxxxxxxxxxx> wrote: > When enabling IRQ, ap->ops->irq_on is checked. > Because most drivers can use ata_irq_on() as is, this > patch allows ap->ops->irq_on to be NULL. > If it is NULL, ata_irq_on() are used. I believe you can now remove the if(ap->ioaddr.ctl_addr) check as any device lacking a ctl_addr can now provide an irq_on() method using your changes. You've fixed the FIXME - To unsubscribe from this list: 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