aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-iops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-iops.c')
-rw-r--r--drivers/ide/ide-iops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index 1789fbab2da..7f2b4edc636 100644
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -593,7 +593,7 @@ int ide_driveid_update(ide_drive_t *drive)
593 SELECT_MASK(drive, 1); 593 SELECT_MASK(drive, 1);
594 ide_set_irq(drive, 1); 594 ide_set_irq(drive, 1);
595 msleep(50); 595 msleep(50);
596 hwif->OUTB(WIN_IDENTIFY, hwif->io_ports.command_addr); 596 hwif->OUTBSYNC(drive, WIN_IDENTIFY, hwif->io_ports.command_addr);
597 timeout = jiffies + WAIT_WORSTCASE; 597 timeout = jiffies + WAIT_WORSTCASE;
598 do { 598 do {
599 if (time_after(jiffies, timeout)) { 599 if (time_after(jiffies, timeout)) {