libata: add another IRQ calls (libata drivers)
[deliverable/linux.git] / drivers / ata / pata_via.c
index 236276d6ef3bc1993fb9e14bb17f95e416a7d0f7..220fcd6c549296b82154b6f3d7b5a5da1953b337 100644 (file)
@@ -338,6 +338,8 @@ static struct ata_port_operations via_port_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,
 };
@@ -371,6 +373,8 @@ static struct ata_port_operations via_port_ops_noirq = {
 
        .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,
 };
This page took 0.027507 seconds and 5 git commands to generate.