summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/isa/bt742a.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c
index 617b811..815db98 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
OpenPOWER on IntegriCloud