diff options
Diffstat (limited to 'drivers/ide/pci/sis5513.c')
-rw-r--r-- | drivers/ide/pci/sis5513.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c index 5458c56e69b0..45666b45231a 100644 --- a/drivers/ide/pci/sis5513.c +++ b/drivers/ide/pci/sis5513.c | |||
@@ -601,16 +601,6 @@ static void sis_set_dma_mode(ide_drive_t *drive, const u8 speed) | |||
601 | } | 601 | } |
602 | } | 602 | } |
603 | 603 | ||
604 | static int sis5513_config_xfer_rate(ide_drive_t *drive) | ||
605 | { | ||
606 | if (ide_tune_dma(drive)) | ||
607 | return 0; | ||
608 | |||
609 | ide_set_max_pio(drive); | ||
610 | |||
611 | return -1; | ||
612 | } | ||
613 | |||
614 | static u8 sis5513_ata133_udma_filter(ide_drive_t *drive) | 604 | static u8 sis5513_ata133_udma_filter(ide_drive_t *drive) |
615 | { | 605 | { |
616 | struct pci_dev *dev = drive->hwif->pci_dev; | 606 | struct pci_dev *dev = drive->hwif->pci_dev; |
@@ -847,8 +837,6 @@ static void __devinit init_hwif_sis5513 (ide_hwif_t *hwif) | |||
847 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 837 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
848 | hwif->cbl = ata66_sis5513(hwif); | 838 | hwif->cbl = ata66_sis5513(hwif); |
849 | 839 | ||
850 | hwif->ide_dma_check = &sis5513_config_xfer_rate; | ||
851 | |||
852 | if (!noautodma) | 840 | if (!noautodma) |
853 | hwif->autodma = 1; | 841 | hwif->autodma = 1; |
854 | 842 | ||