libata: add another IRQ calls (libata drivers)
[deliverable/linux.git] / drivers / ata / pata_it821x.c
index e8a6e7d73b72b55f5de68f3f22ec87cc483b84d6..73394c75be4254fac5c0624c7b0ea23747279fdc 100644 (file)
@@ -678,6 +678,8 @@ static struct ata_port_operations it821x_smart_port_ops = {
 
        .irq_handler    = ata_interrupt,
        .irq_clear      = ata_bmdma_irq_clear,
+       .irq_on         = ata_irq_on,
+       .irq_ack        = ata_irq_ack,
 
        .port_start     = it821x_port_start,
 };
@@ -712,6 +714,8 @@ static struct ata_port_operations it821x_passthru_port_ops = {
 
        .irq_clear      = ata_bmdma_irq_clear,
        .irq_handler    = ata_interrupt,
+       .irq_on         = ata_irq_on,
+       .irq_ack        = ata_irq_ack,
 
        .port_start     = it821x_port_start,
 };
This page took 0.028199 seconds and 5 git commands to generate.