diff options
Diffstat (limited to 'drivers/ide/slc90e66.c')
| -rw-r--r-- | drivers/ide/slc90e66.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/slc90e66.c b/drivers/ide/slc90e66.c index f55d7d6313e8..9aec78d3bcff 100644 --- a/drivers/ide/slc90e66.c +++ b/drivers/ide/slc90e66.c | |||
| @@ -44,7 +44,7 @@ static void slc90e66_set_pio_mode(ide_drive_t *drive, const u8 pio) | |||
| 44 | control |= 1; /* Programmable timing on */ | 44 | control |= 1; /* Programmable timing on */ |
| 45 | if (drive->media == ide_disk) | 45 | if (drive->media == ide_disk) |
| 46 | control |= 4; /* Prefetch, post write */ | 46 | control |= 4; /* Prefetch, post write */ |
| 47 | if (pio > 2) | 47 | if (ide_pio_need_iordy(drive, pio)) |
| 48 | control |= 2; /* IORDY */ | 48 | control |= 2; /* IORDY */ |
| 49 | if (is_slave) { | 49 | if (is_slave) { |
| 50 | master_data |= 0x4000; | 50 | master_data |= 0x4000; |
