diff options
Diffstat (limited to 'drivers/ide/pci/slc90e66.c')
-rw-r--r-- | drivers/ide/pci/slc90e66.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/ide/pci/slc90e66.c b/drivers/ide/pci/slc90e66.c index 9e95a5cbf984..c40f291f91e0 100644 --- a/drivers/ide/pci/slc90e66.c +++ b/drivers/ide/pci/slc90e66.c | |||
@@ -160,22 +160,11 @@ static int slc90e66_tune_chipset (ide_drive_t *drive, u8 xferspeed) | |||
160 | return ide_config_drive_speed(drive, speed); | 160 | return ide_config_drive_speed(drive, speed); |
161 | } | 161 | } |
162 | 162 | ||
163 | static int slc90e66_config_drive_for_dma (ide_drive_t *drive) | ||
164 | { | ||
165 | u8 speed = ide_max_dma_mode(drive); | ||
166 | |||
167 | if (!speed) | ||
168 | return 0; | ||
169 | |||
170 | (void) slc90e66_tune_chipset(drive, speed); | ||
171 | return ide_dma_enable(drive); | ||
172 | } | ||
173 | |||
174 | static int slc90e66_config_drive_xfer_rate (ide_drive_t *drive) | 163 | static int slc90e66_config_drive_xfer_rate (ide_drive_t *drive) |
175 | { | 164 | { |
176 | drive->init_speed = 0; | 165 | drive->init_speed = 0; |
177 | 166 | ||
178 | if (ide_use_dma(drive) && slc90e66_config_drive_for_dma(drive)) | 167 | if (ide_tune_dma(drive)) |
179 | return 0; | 168 | return 0; |
180 | 169 | ||
181 | if (ide_use_fast_pio(drive)) | 170 | if (ide_use_fast_pio(drive)) |