aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/cy82c693.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/cy82c693.c')
-rw-r--r--drivers/ide/pci/cy82c693.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ide/pci/cy82c693.c b/drivers/ide/pci/cy82c693.c
index f841819bc898..2790206336d3 100644
--- a/drivers/ide/pci/cy82c693.c
+++ b/drivers/ide/pci/cy82c693.c
@@ -437,9 +437,6 @@ static void __devinit init_hwif_cy82c693(ide_hwif_t *hwif)
437 return; 437 return;
438 } 438 }
439 439
440 hwif->mwdma_mask = 0x04;
441 hwif->swdma_mask = 0x04;
442
443 hwif->ide_dma_on = &cy82c693_ide_dma_on; 440 hwif->ide_dma_on = &cy82c693_ide_dma_on;
444} 441}
445 442
@@ -463,6 +460,8 @@ static ide_pci_device_t cy82c693_chipset __devinitdata = {
463 .host_flags = IDE_HFLAG_SINGLE | IDE_HFLAG_TRUST_BIOS_FOR_DMA | 460 .host_flags = IDE_HFLAG_SINGLE | IDE_HFLAG_TRUST_BIOS_FOR_DMA |
464 IDE_HFLAG_BOOTABLE, 461 IDE_HFLAG_BOOTABLE,
465 .pio_mask = ATA_PIO4, 462 .pio_mask = ATA_PIO4,
463 .swdma_mask = ATA_SWDMA2_ONLY,
464 .mwdma_mask = ATA_MWDMA2_ONLY,
466}; 465};
467 466
468static int __devinit cy82c693_init_one(struct pci_dev *dev, const struct pci_device_id *id) 467static int __devinit cy82c693_init_one(struct pci_dev *dev, const struct pci_device_id *id)