diff options
Diffstat (limited to 'drivers/ide/pci/serverworks.c')
-rw-r--r-- | drivers/ide/pci/serverworks.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ide/pci/serverworks.c b/drivers/ide/pci/serverworks.c index e4208e3d9901..d3ffc52e22af 100644 --- a/drivers/ide/pci/serverworks.c +++ b/drivers/ide/pci/serverworks.c | |||
@@ -374,8 +374,6 @@ static void __devinit init_hwif_svwks (ide_hwif_t *hwif) | |||
374 | 374 | ||
375 | hwif->mwdma_mask = 0x07; | 375 | hwif->mwdma_mask = 0x07; |
376 | 376 | ||
377 | hwif->autodma = 0; | ||
378 | |||
379 | hwif->drives[0].autotune = 1; | 377 | hwif->drives[0].autotune = 1; |
380 | hwif->drives[1].autotune = 1; | 378 | hwif->drives[1].autotune = 1; |
381 | 379 | ||
@@ -386,10 +384,6 @@ static void __devinit init_hwif_svwks (ide_hwif_t *hwif) | |||
386 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 384 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
387 | hwif->cbl = ata66_svwks(hwif); | 385 | hwif->cbl = ata66_svwks(hwif); |
388 | } | 386 | } |
389 | if (!noautodma) | ||
390 | hwif->autodma = 1; | ||
391 | |||
392 | hwif->drives[0].autodma = hwif->drives[1].autodma = 1; | ||
393 | } | 387 | } |
394 | 388 | ||
395 | static int __devinit init_setup_svwks (struct pci_dev *dev, ide_pci_device_t *d) | 389 | static int __devinit init_setup_svwks (struct pci_dev *dev, ide_pci_device_t *d) |