aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 37fe6c2b8ca2..c528d42ee106 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -308,6 +308,8 @@ static const struct ata_port_operations piix_pata_ops = {
308 308
309 .irq_handler = ata_interrupt, 309 .irq_handler = ata_interrupt,
310 .irq_clear = ata_bmdma_irq_clear, 310 .irq_clear = ata_bmdma_irq_clear,
311 .irq_on = ata_irq_on,
312 .irq_ack = ata_irq_ack,
311 313
312 .port_start = ata_port_start, 314 .port_start = ata_port_start,
313}; 315};
@@ -339,6 +341,8 @@ static const struct ata_port_operations ich_pata_ops = {
339 341
340 .irq_handler = ata_interrupt, 342 .irq_handler = ata_interrupt,
341 .irq_clear = ata_bmdma_irq_clear, 343 .irq_clear = ata_bmdma_irq_clear,
344 .irq_on = ata_irq_on,
345 .irq_ack = ata_irq_ack,
342 346
343 .port_start = ata_port_start, 347 .port_start = ata_port_start,
344}; 348};
@@ -367,6 +371,8 @@ static const struct ata_port_operations piix_sata_ops = {
367 371
368 .irq_handler = ata_interrupt, 372 .irq_handler = ata_interrupt,
369 .irq_clear = ata_bmdma_irq_clear, 373 .irq_clear = ata_bmdma_irq_clear,
374 .irq_on = ata_irq_on,
375 .irq_ack = ata_irq_ack,
370 376
371 .port_start = ata_port_start, 377 .port_start = ata_port_start,
372}; 378};