ide: add short cables support
[profile/ivi/kernel-adaptation-intel-automotive.git] / drivers / ide / pci / scc_pata.c
index 55bc0a3..7b87488 100644 (file)
@@ -716,7 +716,7 @@ static void __devinit init_hwif_scc(ide_hwif_t *hwif)
        hwif->atapi_dma = 1;
 
        /* we support 80c cable only. */
-       hwif->udma_four = 1;
+       hwif->cbl = ATA_CBL_PATA80;
 
        hwif->autodma = 0;
        if (!noautodma)