diff options
Diffstat (limited to 'drivers/ide/pci/serverworks.c')
-rw-r--r-- | drivers/ide/pci/serverworks.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/ide/pci/serverworks.c b/drivers/ide/pci/serverworks.c index 36decbe3afcb..f44a5ab8fe00 100644 --- a/drivers/ide/pci/serverworks.c +++ b/drivers/ide/pci/serverworks.c | |||
@@ -322,13 +322,10 @@ static int svwks_config_drive_xfer_rate (ide_drive_t *drive) | |||
322 | if (ide_use_dma(drive) && config_chipset_for_dma(drive)) | 322 | if (ide_use_dma(drive) && config_chipset_for_dma(drive)) |
323 | return hwif->ide_dma_on(drive); | 323 | return hwif->ide_dma_on(drive); |
324 | 324 | ||
325 | if (ide_use_fast_pio(drive)) { | 325 | if (ide_use_fast_pio(drive)) |
326 | config_chipset_for_pio(drive); | 326 | config_chipset_for_pio(drive); |
327 | // hwif->tuneproc(drive, 5); | 327 | |
328 | return hwif->ide_dma_off_quietly(drive); | 328 | return hwif->ide_dma_off_quietly(drive); |
329 | } | ||
330 | /* IORDY not supported */ | ||
331 | return 0; | ||
332 | } | 329 | } |
333 | 330 | ||
334 | static unsigned int __devinit init_chipset_svwks (struct pci_dev *dev, const char *name) | 331 | static unsigned int __devinit init_chipset_svwks (struct pci_dev *dev, const char *name) |