diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-16 21:11:42 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-16 21:11:42 +0000 |
commit | 242de9ce27f80110eeb33265ce5a798707282512 (patch) | |
tree | 158794e50e4ec45d506cf3c7db7f4d0ece556a14 /sys | |
parent | b8a5b34a6febdf4f7a3c5f16ad9ae4386452e763 (diff) |
Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "command
never completed!" messages with my 3c905b. (This is also the value that the
Linux driver uses.)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/xlreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/xlreg.h b/sys/dev/ic/xlreg.h index 32c5a95d398..0ff0ea8120d 100644 --- a/sys/dev/ic/xlreg.h +++ b/sys/dev/ic/xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xlreg.h,v 1.13 2002/06/15 05:14:41 aaron Exp $ */ +/* $OpenBSD: xlreg.h,v 1.14 2002/06/16 21:11:41 aaron Exp $ */ /* * Copyright (c) 1997, 1998 @@ -637,7 +637,7 @@ struct xl_stats { #define XL_SEL_WIN(x) \ CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_WINSEL | x) -#define XL_TIMEOUT 1000 +#define XL_TIMEOUT 2000 /* * General constants that are fun to know. |