From cdd2062aaca0e569c8ecce2890eb9f9b6ae8a1e4 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 22 Jan 1994 07:46:25 +0000 Subject: [PATCH] >From: julian@TFS.COM (Julian Elischer) Date: Mon, 17 Jan 94 20:52:14 PST As reported on the -bugs list by some one, and confirmed by Julian: > I increased AHA_RESET_TIMEOUT in aha1542.c from 1000 to 10000 > and now my 1542C is found everytime. --- 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 9556db977842..271f64248ce3 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.17 1993/12/19 00:50:25 wollman Exp $ + * $Id: aha1542.c,v 1.18 1994/01/09 18:11:21 ats 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 1000 /* time to wait for reset (mSec) */ +#define AHA_RESET_TIMEOUT 10000 /* time to wait for reset (mSec) */ #ifndef KERNEL main() {