libata: add 150ms between completion of hardreset and status checking
[safe/jmp/linux-2.6] / drivers / ata / pata_efar.c
index a112dac..c19b6a8 100644 (file)
@@ -265,6 +265,8 @@ static const struct ata_port_operations efar_ops = {
 
        .irq_handler            = ata_interrupt,
        .irq_clear              = ata_bmdma_irq_clear,
+       .irq_on                 = ata_irq_on,
+       .irq_ack                = ata_irq_ack,
 
        .port_start             = ata_port_start,
 };