diff options
Diffstat (limited to 'drivers/ide/pci/it821x.c')
-rw-r--r-- | drivers/ide/pci/it821x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c index 3596ec3501af..611d0f272fbe 100644 --- a/drivers/ide/pci/it821x.c +++ b/drivers/ide/pci/it821x.c | |||
@@ -591,8 +591,8 @@ static void __devinit init_hwif_it821x(ide_hwif_t *hwif) | |||
591 | if (hwif->dma_base == 0) | 591 | if (hwif->dma_base == 0) |
592 | return; | 592 | return; |
593 | 593 | ||
594 | hwif->ultra_mask = 0x7f; | 594 | hwif->ultra_mask = ATA_UDMA6; |
595 | hwif->mwdma_mask = 0x07; | 595 | hwif->mwdma_mask = ATA_MWDMA2; |
596 | 596 | ||
597 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 597 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
598 | hwif->cbl = ata66_it821x(hwif); | 598 | hwif->cbl = ata66_it821x(hwif); |