From b200ffec793078522248bc5338afae390dfd6784 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Wed, 13 Oct 1993 16:34:10 +0000 Subject: [PATCH] Increase the DELAY that supposedly makes the Bustek 545 work from 1ms to 10ms. I have my doubts, but oh well. --- 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 7fa31f579027..17f83df77707 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.8 1993/08/28 03:07:38 rgrimes Exp $ + * $Id: aha1542.c,v 1.9 1993/10/12 07:15:28 rgrimes Exp $ */ /* @@ -917,7 +917,7 @@ int unit; printf("aha%d:",unit); #define PRNT(x) printf(x) #endif __386BSD__ - DELAY(1000); /* for Bustek 545 */ + DELAY(10000); /* for Bustek 545 */ aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET); switch(conf.chan) {