Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1409
b: refs/heads/master
c: 284e423
h: refs/heads/master
i:
  1407: 93b468b
v: v3
  • Loading branch information
Marcello Maggioni authored and Bartlomiej Zolnierkiewicz committed May 26, 2005
1 parent 4579eb5 commit 071cd2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41bb4c43b34bcde7eb62cf19acdcf9f2eb13801d
refs/heads/master: 284e423811495f632a7a334b2b93caba07d4f778
4 changes: 2 additions & 2 deletions trunk/drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,13 +697,13 @@ static int wait_hwif_ready(ide_hwif_t *hwif)
SELECT_DRIVE(&hwif->drives[0]);
hwif->OUTB(8, hwif->io_ports[IDE_CONTROL_OFFSET]);
mdelay(2);
rc = ide_wait_not_busy(hwif, 10000);
rc = ide_wait_not_busy(hwif, 35000);
if (rc)
return rc;
SELECT_DRIVE(&hwif->drives[1]);
hwif->OUTB(8, hwif->io_ports[IDE_CONTROL_OFFSET]);
mdelay(2);
rc = ide_wait_not_busy(hwif, 10000);
rc = ide_wait_not_busy(hwif, 35000);

/* Exit function with master reselected (let's be sane) */
SELECT_DRIVE(&hwif->drives[0]);
Expand Down

0 comments on commit 071cd2f

Please sign in to comment.