ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)
[deliverable/linux.git] / drivers / ide / pci / sl82c105.c
index e6eb5c7de7aed0a3d9ecbab02bc73f9adbddb664..ea6d925ac573ff8d490a043ee6c606815b673f4e 100644 (file)
@@ -388,7 +388,7 @@ static void __devinit init_hwif_sl82c105(ide_hwif_t *hwif)
                return;
        }
 
-       hwif->mwdma_mask = 0x07;
+       hwif->mwdma_mask = ATA_MWDMA2;
 
        hwif->ide_dma_on                = &sl82c105_ide_dma_on;
        hwif->dma_off_quietly           = &sl82c105_dma_off_quietly;
This page took 0.028764 seconds and 5 git commands to generate.