aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_isapnp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_isapnp.c')
-rw-r--r--drivers/ata/pata_isapnp.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/drivers/ata/pata_isapnp.c b/drivers/ata/pata_isapnp.c
index 91ca4d50db04..085913ec6f68 100644
--- a/drivers/ata/pata_isapnp.c
+++ b/drivers/ata/pata_isapnp.c
@@ -24,27 +24,8 @@ static struct scsi_host_template isapnp_sht = {
24}; 24};
25 25
26static struct ata_port_operations isapnp_port_ops = { 26static struct ata_port_operations isapnp_port_ops = {
27 .tf_load = ata_tf_load, 27 .inherits = &ata_sff_port_ops,
28 .tf_read = ata_tf_read,
29 .check_status = ata_check_status,
30 .exec_command = ata_exec_command,
31 .dev_select = ata_std_dev_select,
32
33 .freeze = ata_bmdma_freeze,
34 .thaw = ata_bmdma_thaw,
35 .error_handler = ata_bmdma_error_handler,
36 .post_internal_cmd = ata_bmdma_post_internal_cmd,
37 .cable_detect = ata_cable_40wire, 28 .cable_detect = ata_cable_40wire,
38
39 .qc_prep = ata_qc_prep,
40 .qc_issue = ata_qc_issue_prot,
41
42 .data_xfer = ata_data_xfer,
43
44 .irq_clear = ata_noop_irq_clear,
45 .irq_on = ata_irq_on,
46
47 .port_start = ata_sff_port_start,
48}; 29};
49 30
50/** 31/**