diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index f8d8642903da..ecfb87c10097 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -495,7 +495,7 @@ static void ide_tf_set_specify_cmd(ide_drive_t *drive, struct ide_taskfile *tf) | |||
495 | tf->lbal = drive->sect; | 495 | tf->lbal = drive->sect; |
496 | tf->lbam = drive->cyl; | 496 | tf->lbam = drive->cyl; |
497 | tf->lbah = drive->cyl >> 8; | 497 | tf->lbah = drive->cyl >> 8; |
498 | tf->device = (drive->head - 1) | drive->select.all; | 498 | tf->device = (drive->head - 1) | drive->select; |
499 | tf->command = ATA_CMD_INIT_DEV_PARAMS; | 499 | tf->command = ATA_CMD_INIT_DEV_PARAMS; |
500 | } | 500 | } |
501 | 501 | ||