From 136cc9d5ef2c17e9e33056218663887f1cafbeeb Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 22 Jan 1994 21:54:10 +0000 Subject: [PATCH] More sane AHA_RESET_TIMEOUT, from some testing by Todd Pfaff who was the person to report the original problem on a 1542C. --- sys/i386/isa/aha1542.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index 271f64248ce3..c917497d4d8f 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() {