diff options
Diffstat (limited to 'drivers/ide/pci/tc86c001.c')
-rw-r--r-- | drivers/ide/pci/tc86c001.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ide/pci/tc86c001.c b/drivers/ide/pci/tc86c001.c index fda8592bf858..9f50927e9098 100644 --- a/drivers/ide/pci/tc86c001.c +++ b/drivers/ide/pci/tc86c001.c | |||
@@ -198,9 +198,6 @@ static void __devinit init_hwif_tc86c001(ide_hwif_t *hwif) | |||
198 | /* Sector Count Register limit */ | 198 | /* Sector Count Register limit */ |
199 | hwif->rqsize = 0xffff; | 199 | hwif->rqsize = 0xffff; |
200 | 200 | ||
201 | hwif->ultra_mask = 0x1f; | ||
202 | hwif->mwdma_mask = 0x07; | ||
203 | |||
204 | hwif->dma_start = &tc86c001_dma_start; | 201 | hwif->dma_start = &tc86c001_dma_start; |
205 | 202 | ||
206 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) { | 203 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) { |
@@ -229,6 +226,8 @@ static ide_pci_device_t tc86c001_chipset __devinitdata = { | |||
229 | .init_hwif = init_hwif_tc86c001, | 226 | .init_hwif = init_hwif_tc86c001, |
230 | .host_flags = IDE_HFLAG_SINGLE | IDE_HFLAG_OFF_BOARD, | 227 | .host_flags = IDE_HFLAG_SINGLE | IDE_HFLAG_OFF_BOARD, |
231 | .pio_mask = ATA_PIO4, | 228 | .pio_mask = ATA_PIO4, |
229 | .mwdma_mask = ATA_MWDMA2, | ||
230 | .udma_mask = ATA_UDMA4, | ||
232 | }; | 231 | }; |
233 | 232 | ||
234 | static int __devinit tc86c001_init_one(struct pci_dev *dev, | 233 | static int __devinit tc86c001_init_one(struct pci_dev *dev, |