mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 03:24:29 +08:00
bumped the DRQ timeout up due to user request
svn path=/trunk/; revision=104
This commit is contained in:
@@ -24,7 +24,7 @@ extern "C" {
|
||||
#define IDE_MAX_POLL_RETRIES 100000
|
||||
#define IDE_MAX_WRITE_RETRIES 1000
|
||||
#define IDE_MAX_BUSY_RETRIES 100
|
||||
#define IDE_MAX_DRQ_RETRIES 1000
|
||||
#define IDE_MAX_DRQ_RETRIES 10000
|
||||
#define IDE_MAX_CMD_RETRIES 1
|
||||
#define IDE_CMD_TIMEOUT 5
|
||||
#define IDE_RESET_BUSY_TIMEOUT 31
|
||||
|
||||
Reference in New Issue
Block a user