diff options
Diffstat (limited to 'drivers/ide/pci/sis5513.c')
-rw-r--r-- | drivers/ide/pci/sis5513.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c index 5c30759ad008..d38b2039e2aa 100644 --- a/drivers/ide/pci/sis5513.c +++ b/drivers/ide/pci/sis5513.c | |||
@@ -580,7 +580,6 @@ static void __devinit init_hwif_sis5513 (ide_hwif_t *hwif) | |||
580 | return; | 580 | return; |
581 | 581 | ||
582 | hwif->ultra_mask = udma_rates[chipset_family]; | 582 | hwif->ultra_mask = udma_rates[chipset_family]; |
583 | hwif->mwdma_mask = 0x07; | ||
584 | 583 | ||
585 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 584 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
586 | hwif->cbl = ata66_sis5513(hwif); | 585 | hwif->cbl = ata66_sis5513(hwif); |
@@ -593,6 +592,7 @@ static ide_pci_device_t sis5513_chipset __devinitdata = { | |||
593 | .enablebits = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}}, | 592 | .enablebits = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}}, |
594 | .host_flags = IDE_HFLAG_NO_AUTODMA | IDE_HFLAG_BOOTABLE, | 593 | .host_flags = IDE_HFLAG_NO_AUTODMA | IDE_HFLAG_BOOTABLE, |
595 | .pio_mask = ATA_PIO4, | 594 | .pio_mask = ATA_PIO4, |
595 | .mwdma_mask = ATA_MWDMA2, | ||
596 | }; | 596 | }; |
597 | 597 | ||
598 | static int __devinit sis5513_init_one(struct pci_dev *dev, const struct pci_device_id *id) | 598 | static int __devinit sis5513_init_one(struct pci_dev *dev, const struct pci_device_id *id) |