Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173827
b: refs/heads/master
c: 602da29
h: refs/heads/master
i:
  173825: f2b6003
  173823: 1b9ddb2
v: v3
  • Loading branch information
David S. Miller committed Dec 3, 2009
1 parent d80f8c7 commit 716098a
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: 8492090542b8bc6b65b60ccf0b49ff8f0a460ab2
refs/heads/master: 602da297e293eb2cbd28dcdbbe247593a46a853a
4 changes: 2 additions & 2 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ struct ide_io_ports {
* Timeouts for various operations:
*/
enum {
/* spec allows up to 20ms */
WAIT_DRQ = HZ / 10, /* 100ms */
/* spec allows up to 20ms, but CF cards and SSD drives need more */
WAIT_DRQ = 1 * HZ, /* 1s */
/* some laptops are very slow */
WAIT_READY = 5 * HZ, /* 5s */
/* should be less than 3ms (?), if all ATAPI CD is closed at boot */
Expand Down

0 comments on commit 716098a

Please sign in to comment.