aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cmd64x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_cmd64x.c')
-rw-r--r--drivers/ata/pata_cmd64x.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/pata_cmd64x.c b/drivers/ata/pata_cmd64x.c
index 3a75978c1aee..da098282b5f6 100644
--- a/drivers/ata/pata_cmd64x.c
+++ b/drivers/ata/pata_cmd64x.c
@@ -317,6 +317,8 @@ static struct ata_port_operations cmd64x_port_ops = {
317 317
318 .irq_handler = ata_interrupt, 318 .irq_handler = ata_interrupt,
319 .irq_clear = ata_bmdma_irq_clear, 319 .irq_clear = ata_bmdma_irq_clear,
320 .irq_on = ata_irq_on,
321 .irq_ack = ata_irq_ack,
320 322
321 .port_start = ata_port_start, 323 .port_start = ata_port_start,
322}; 324};
@@ -349,6 +351,8 @@ static struct ata_port_operations cmd646r1_port_ops = {
349 351
350 .irq_handler = ata_interrupt, 352 .irq_handler = ata_interrupt,
351 .irq_clear = ata_bmdma_irq_clear, 353 .irq_clear = ata_bmdma_irq_clear,
354 .irq_on = ata_irq_on,
355 .irq_ack = ata_irq_ack,
352 356
353 .port_start = ata_port_start, 357 .port_start = ata_port_start,
354}; 358};
@@ -381,6 +385,8 @@ static struct ata_port_operations cmd648_port_ops = {
381 385
382 .irq_handler = ata_interrupt, 386 .irq_handler = ata_interrupt,
383 .irq_clear = ata_bmdma_irq_clear, 387 .irq_clear = ata_bmdma_irq_clear,
388 .irq_on = ata_irq_on,
389 .irq_ack = ata_irq_ack,
384 390
385 .port_start = ata_port_start, 391 .port_start = ata_port_start,
386}; 392};