aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/cs5530.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/cs5530.c')
-rw-r--r--drivers/ide/pci/cs5530.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ide/pci/cs5530.c b/drivers/ide/pci/cs5530.c
index 9dfd35f43337..5e77a3d8e6d0 100644
--- a/drivers/ide/pci/cs5530.c
+++ b/drivers/ide/pci/cs5530.c
@@ -264,9 +264,6 @@ static void __devinit init_hwif_cs5530 (ide_hwif_t *hwif)
264 if (hwif->dma_base == 0) 264 if (hwif->dma_base == 0)
265 return; 265 return;
266 266
267 hwif->ultra_mask = 0x07;
268 hwif->mwdma_mask = 0x07;
269
270 hwif->udma_filter = cs5530_udma_filter; 267 hwif->udma_filter = cs5530_udma_filter;
271} 268}
272 269
@@ -276,6 +273,8 @@ static ide_pci_device_t cs5530_chipset __devinitdata = {
276 .init_hwif = init_hwif_cs5530, 273 .init_hwif = init_hwif_cs5530,
277 .host_flags = IDE_HFLAG_POST_SET_MODE | IDE_HFLAG_BOOTABLE, 274 .host_flags = IDE_HFLAG_POST_SET_MODE | IDE_HFLAG_BOOTABLE,
278 .pio_mask = ATA_PIO4, 275 .pio_mask = ATA_PIO4,
276 .mwdma_mask = ATA_MWDMA2,
277 .udma_mask = ATA_UDMA2,
279}; 278};
280 279
281static int __devinit cs5530_init_one(struct pci_dev *dev, const struct pci_device_id *id) 280static int __devinit cs5530_init_one(struct pci_dev *dev, const struct pci_device_id *id)