summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-01-22 21:54:10 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-01-22 21:54:10 +0000
commitbcda0bef6875163649941c47e551e25fe8bb3745 (patch)
treeb24394218efe770f6f31f59ec944e3e93f62ab64 /sys/i386/isa
parentc6efd946d8a15e1d0c0cb0400887a1b3da2fa689 (diff)
downloadFreeBSD-src-bcda0bef6875163649941c47e551e25fe8bb3745.zip
FreeBSD-src-bcda0bef6875163649941c47e551e25fe8bb3745.tar.gz
More sane AHA_RESET_TIMEOUT, from some testing by
Todd Pfaff <todd@flex.eng.mcmaster.ca> who was the person to report the original problem on a 1542C.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/aha1542.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 271f642..c917497 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.18 1994/01/09 18:11:21 ats Exp $
+ * $Id: aha1542.c,v 1.19 1994/01/22 07:46:25 rgrimes Exp $
*/
/*
@@ -356,7 +356,7 @@ static int ahaunit = 0;
(mbx)->cmd = AHA_MBO_START; \
outb(AHA_CMD_DATA_PORT, AHA_START_SCSI);
-#define AHA_RESET_TIMEOUT 10000 /* time to wait for reset (mSec) */
+#define AHA_RESET_TIMEOUT 2000 /* time to wait for reset (mSec) */
#ifndef KERNEL
main()
{
OpenPOWER on IntegriCloud