diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 5b213dcaa5e6..f01b103e55f0 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -370,6 +370,8 @@ void ide_end_drive_cmd (ide_drive_t *drive, u8 stat, u8 err) | |||
370 | if (args) { | 370 | if (args) { |
371 | args[0] = stat; | 371 | args[0] = stat; |
372 | args[1] = err; | 372 | args[1] = err; |
373 | /* be sure we're looking at the low order bits */ | ||
374 | hwif->OUTB(drive->ctl & ~0x80, IDE_CONTROL_REG); | ||
373 | args[2] = hwif->INB(IDE_NSECTOR_REG); | 375 | args[2] = hwif->INB(IDE_NSECTOR_REG); |
374 | } | 376 | } |
375 | } else if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE) { | 377 | } else if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE) { |