aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt37x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_hpt37x.c')
-rw-r--r--drivers/ata/pata_hpt37x.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c
index c6d8774df0de..4ffc392052c0 100644
--- a/drivers/ata/pata_hpt37x.c
+++ b/drivers/ata/pata_hpt37x.c
@@ -800,6 +800,8 @@ static struct ata_port_operations hpt370_port_ops = {
800 800
801 .irq_handler = ata_interrupt, 801 .irq_handler = ata_interrupt,
802 .irq_clear = ata_bmdma_irq_clear, 802 .irq_clear = ata_bmdma_irq_clear,
803 .irq_on = ata_irq_on,
804 .irq_ack = ata_irq_ack,
803 805
804 .port_start = ata_port_start, 806 .port_start = ata_port_start,
805}; 807};
@@ -837,6 +839,8 @@ static struct ata_port_operations hpt370a_port_ops = {
837 839
838 .irq_handler = ata_interrupt, 840 .irq_handler = ata_interrupt,
839 .irq_clear = ata_bmdma_irq_clear, 841 .irq_clear = ata_bmdma_irq_clear,
842 .irq_on = ata_irq_on,
843 .irq_ack = ata_irq_ack,
840 844
841 .port_start = ata_port_start, 845 .port_start = ata_port_start,
842}; 846};
@@ -875,6 +879,8 @@ static struct ata_port_operations hpt372_port_ops = {
875 879
876 .irq_handler = ata_interrupt, 880 .irq_handler = ata_interrupt,
877 .irq_clear = ata_bmdma_irq_clear, 881 .irq_clear = ata_bmdma_irq_clear,
882 .irq_on = ata_irq_on,
883 .irq_ack = ata_irq_ack,
878 884
879 .port_start = ata_port_start, 885 .port_start = ata_port_start,
880}; 886};
@@ -913,6 +919,8 @@ static struct ata_port_operations hpt374_port_ops = {
913 919
914 .irq_handler = ata_interrupt, 920 .irq_handler = ata_interrupt,
915 .irq_clear = ata_bmdma_irq_clear, 921 .irq_clear = ata_bmdma_irq_clear,
922 .irq_on = ata_irq_on,
923 .irq_ack = ata_irq_ack,
916 924
917 .port_start = ata_port_start, 925 .port_start = ata_port_start,
918}; 926};