aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cypress.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_cypress.c')
-rw-r--r--drivers/ata/pata_cypress.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c
index f69dde5f7066..6ec049c3b1dc 100644
--- a/drivers/ata/pata_cypress.c
+++ b/drivers/ata/pata_cypress.c
@@ -41,17 +41,6 @@ enum {
41 CY82_INDEX_TIMEOUT = 0x32 41 CY82_INDEX_TIMEOUT = 0x32
42}; 42};
43 43
44static int cy82c693_pre_reset(struct ata_port *ap)
45{
46 ap->cbl = ATA_CBL_PATA40;
47 return ata_std_prereset(ap);
48}
49
50static void cy82c693_error_handler(struct ata_port *ap)
51{
52 ata_bmdma_drive_eh(ap, cy82c693_pre_reset, ata_std_softreset, NULL, ata_std_postreset);
53}
54
55/** 44/**
56 * cy82c693_set_piomode - set initial PIO mode data 45 * cy82c693_set_piomode - set initial PIO mode data
57 * @ap: ATA interface 46 * @ap: ATA interface
@@ -156,8 +145,9 @@ static struct ata_port_operations cy82c693_port_ops = {
156 145
157 .freeze = ata_bmdma_freeze, 146 .freeze = ata_bmdma_freeze,
158 .thaw = ata_bmdma_thaw, 147 .thaw = ata_bmdma_thaw,
159 .error_handler = cy82c693_error_handler, 148 .error_handler = ata_bmdma_error_handler,
160 .post_internal_cmd = ata_bmdma_post_internal_cmd, 149 .post_internal_cmd = ata_bmdma_post_internal_cmd,
150 .cable_detect = ata_cable_40wire,
161 151
162 .bmdma_setup = ata_bmdma_setup, 152 .bmdma_setup = ata_bmdma_setup,
163 .bmdma_start = ata_bmdma_start, 153 .bmdma_start = ata_bmdma_start,