diff options
Diffstat (limited to 'drivers/ide/pci/sis5513.c')
-rw-r--r-- | drivers/ide/pci/sis5513.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c index 729ee86e75cc..d758865f06be 100644 --- a/drivers/ide/pci/sis5513.c +++ b/drivers/ide/pci/sis5513.c | |||
@@ -811,8 +811,6 @@ static void __devinit init_hwif_sis5513 (ide_hwif_t *hwif) | |||
811 | { | 811 | { |
812 | u8 udma_rates[] = { 0x00, 0x00, 0x07, 0x1f, 0x3f, 0x3f, 0x7f, 0x7f }; | 812 | u8 udma_rates[] = { 0x00, 0x00, 0x07, 0x1f, 0x3f, 0x3f, 0x7f, 0x7f }; |
813 | 813 | ||
814 | hwif->autodma = 0; | ||
815 | |||
816 | if (!hwif->irq) | 814 | if (!hwif->irq) |
817 | hwif->irq = hwif->channel ? 15 : 14; | 815 | hwif->irq = hwif->channel ? 15 : 14; |
818 | 816 | ||
@@ -835,12 +833,6 @@ static void __devinit init_hwif_sis5513 (ide_hwif_t *hwif) | |||
835 | 833 | ||
836 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 834 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
837 | hwif->cbl = ata66_sis5513(hwif); | 835 | hwif->cbl = ata66_sis5513(hwif); |
838 | |||
839 | if (!noautodma) | ||
840 | hwif->autodma = 1; | ||
841 | |||
842 | hwif->drives[0].autodma = hwif->autodma; | ||
843 | hwif->drives[1].autodma = hwif->autodma; | ||
844 | } | 836 | } |
845 | 837 | ||
846 | static ide_pci_device_t sis5513_chipset __devinitdata = { | 838 | static ide_pci_device_t sis5513_chipset __devinitdata = { |