Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58256
b: refs/heads/master
c: 4660897
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 8, 2007
1 parent 6932915 commit 9b5e361
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4c6c914e4c2e0f91775ce4051b5a800c55175462
refs/heads/master: 4660897e6c2daa198fc8e3f47ae2a4aef69c80b0
3 changes: 1 addition & 2 deletions trunk/drivers/ide/legacy/qd65xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ static void qd6580_tune_drive (ide_drive_t *drive, u8 pio)
int recovery_time = 415; /* worst case values from the dos driver */

if (drive->id && !qd_find_disk_type(drive, &active_time, &recovery_time)) {
pio = ide_get_best_pio_mode(drive, pio, 255, &d);
pio = min_t(u8, pio, 4);
pio = ide_get_best_pio_mode(drive, pio, 4, &d);

switch (pio) {
case 0: break;
Expand Down

0 comments on commit 9b5e361

Please sign in to comment.