diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_qdi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_qdi.c b/drivers/ata/pata_qdi.c index c3810012f3f4..44472641db28 100644 --- a/drivers/ata/pata_qdi.c +++ b/drivers/ata/pata_qdi.c | |||
@@ -183,6 +183,7 @@ static struct ata_port_operations qdi6500_port_ops = { | |||
183 | .thaw = ata_bmdma_thaw, | 183 | .thaw = ata_bmdma_thaw, |
184 | .error_handler = ata_bmdma_error_handler, | 184 | .error_handler = ata_bmdma_error_handler, |
185 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | 185 | .post_internal_cmd = ata_bmdma_post_internal_cmd, |
186 | .cable_detect = ata_cable_40wire, | ||
186 | 187 | ||
187 | .qc_prep = ata_qc_prep, | 188 | .qc_prep = ata_qc_prep, |
188 | .qc_issue = qdi_qc_issue_prot, | 189 | .qc_issue = qdi_qc_issue_prot, |
@@ -211,6 +212,7 @@ static struct ata_port_operations qdi6580_port_ops = { | |||
211 | .thaw = ata_bmdma_thaw, | 212 | .thaw = ata_bmdma_thaw, |
212 | .error_handler = ata_bmdma_error_handler, | 213 | .error_handler = ata_bmdma_error_handler, |
213 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | 214 | .post_internal_cmd = ata_bmdma_post_internal_cmd, |
215 | .cable_detect = ata_cable_40wire, | ||
214 | 216 | ||
215 | .qc_prep = ata_qc_prep, | 217 | .qc_prep = ata_qc_prep, |
216 | .qc_issue = qdi_qc_issue_prot, | 218 | .qc_issue = qdi_qc_issue_prot, |