From c67da8bec0e2a55cdc28be6bc4dd6fac398bce61 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 10 Oct 1994 00:46:09 +0000 Subject: [PATCH] Make the Bt545S work a little nicer with a strategic delay. Submitted by: dyson --- sys/i386/isa/bt742a.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index 617b8113559..815db98fbe3 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.24 1994/09/28 15:55:35 jkh Exp $ + * $Id: bt742a.c,v 1.25 1994/09/28 16:23:13 jkh Exp $ */ /* @@ -1067,6 +1067,8 @@ bt_init(unit) return (ENXIO); } + DELAY(10000); + /* * Displaying Board ID and Hardware Revision * 94/05/18 amurai@spec.co.jp