diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 4ea8419fee..c616c9fb48 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -932,10 +932,10 @@ static ide_startstop_t execute_drive_cmd (ide_drive_t *drive, | |||
932 | printk("xx=0x%02x\n", args[3]); | 932 | printk("xx=0x%02x\n", args[3]); |
933 | #endif | 933 | #endif |
934 | if (args[0] == WIN_SMART) { | 934 | if (args[0] == WIN_SMART) { |
935 | hwif->OUTB(0x4f, IDE_LCYL_REG); | ||
936 | hwif->OUTB(0xc2, IDE_HCYL_REG); | ||
937 | hwif->OUTB(args[2],IDE_FEATURE_REG); | 935 | hwif->OUTB(args[2],IDE_FEATURE_REG); |
938 | hwif->OUTB(args[1],IDE_SECTOR_REG); | 936 | hwif->OUTB(args[1],IDE_SECTOR_REG); |
937 | hwif->OUTB(0x4f, IDE_LCYL_REG); | ||
938 | hwif->OUTB(0xc2, IDE_HCYL_REG); | ||
939 | ide_cmd(drive, args[0], args[3], &drive_cmd_intr); | 939 | ide_cmd(drive, args[0], args[3], &drive_cmd_intr); |
940 | return ide_started; | 940 | return ide_started; |
941 | } | 941 | } |