bumped the DRQ timeout up due to user request

svn path=/trunk/; revision=104
This commit is contained in:
Rex Jolliff 1998-11-29 19:29:57 +00:00
parent ce0b82afeb
commit 98d405409a

View file

@ -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