summaryrefslogtreecommitdiff
path: root/drivers/ide/arm/mxc_ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/arm/mxc_ide.c')
-rw-r--r--drivers/ide/arm/mxc_ide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ide/arm/mxc_ide.c b/drivers/ide/arm/mxc_ide.c
index a264ffeb6e46..3919aacf2301 100644
--- a/drivers/ide/arm/mxc_ide.c
+++ b/drivers/ide/arm/mxc_ide.c
@@ -891,7 +891,7 @@ static void mxc_ide_dma_init(ide_hwif_t * hwif)
hwif->ultra_mask = 0x7f;
hwif->mwdma_mask = 0x07;
hwif->swdma_mask = 0x07;
- hwif->udma_four = 1;
+ hwif->cbl = ATA_CBL_PATA80;
hwif->dma_off_quietly = mxc_ide_dma_off_quietly;
hwif->ide_dma_on = mxc_ide_dma_on;
@@ -903,8 +903,8 @@ static void mxc_ide_dma_init(ide_hwif_t * hwif)
hwif->ide_dma_test_irq = mxc_ide_dma_test_irq;
hwif->dma_host_off = mxc_ide_dma_host_off;
hwif->dma_host_on = mxc_ide_dma_host_on;
- hwif->ide_dma_timeout = mxc_ide_dma_timeout;
- hwif->ide_dma_lostirq = mxc_ide_dma_lost_irq;
+ hwif->dma_timeout = mxc_ide_dma_timeout;
+ hwif->dma_lost_irq = mxc_ide_dma_lost_irq;
hwif->hwif_data = (void *)priv;
return;