]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_efar.c
sata_nv: enable hotplug interrupt and fix some readl/readw mismatches
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_efar.c
index edf8a63f50af3afe6b54d93a0deffa5da252dcb7..c19b6a8a7dc6c5afc6b433f6e2746cffb5edfa91 100644 (file)
@@ -261,14 +261,14 @@ static const struct ata_port_operations efar_ops = {
        .bmdma_status           = ata_bmdma_status,
        .qc_prep                = ata_qc_prep,
        .qc_issue               = ata_qc_issue_prot,
-       .data_xfer              = ata_pio_data_xfer,
+       .data_xfer              = ata_data_xfer,
 
        .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,
-       .port_stop              = ata_port_stop,
-       .host_stop              = ata_host_stop,
 };