diff options
Diffstat (limited to 'drivers/ide/cmd64x.c')
-rw-r--r-- | drivers/ide/cmd64x.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ide/cmd64x.c b/drivers/ide/cmd64x.c index 9f89f3116df0..0b11745937e7 100644 --- a/drivers/ide/cmd64x.c +++ b/drivers/ide/cmd64x.c | |||
@@ -127,8 +127,10 @@ static void cmd64x_program_timings(ide_drive_t *drive, u8 mode) | |||
127 | * Special cases are 8: prefetch off, 9: prefetch on (both never worked) | 127 | * Special cases are 8: prefetch off, 9: prefetch on (both never worked) |
128 | */ | 128 | */ |
129 | 129 | ||
130 | static void cmd64x_set_pio_mode(ide_drive_t *drive, const u8 pio) | 130 | static void cmd64x_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) |
131 | { | 131 | { |
132 | const u8 pio = drive->pio_mode - XFER_PIO_0; | ||
133 | |||
132 | /* | 134 | /* |
133 | * Filter out the prefetch control values | 135 | * Filter out the prefetch control values |
134 | * to prevent PIO5 from being programmed | 136 | * to prevent PIO5 from being programmed |