summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-27 04:40:57 +0000
committerdg <dg@FreeBSD.org>1995-05-27 04:40:57 +0000
commitfa4a0d7287d319fea36dcc67433d856836b6fbb3 (patch)
tree2d62e614c94d8cf26c2f9b5ffd55ac1440014613 /sys/i386/isa
parent29eecad84128dee5d8646e8955af1f4c83ba9388 (diff)
downloadFreeBSD-src-fa4a0d7287d319fea36dcc67433d856836b6fbb3.zip
FreeBSD-src-fa4a0d7287d319fea36dcc67433d856836b6fbb3.tar.gz
Increased delay after reset to 10ms. Suggested by several people, the last
of which was Scott Mace. This fixes a bug where the card would be missed sometimes during the device probe.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/if_ep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index f4c6d95..de75d41 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.25 1995/04/10 21:24:58 jkh Exp $
+ * $Id: if_ep.c,v 1.26 1995/04/12 20:47:49 wollman Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -210,7 +210,7 @@ ep_look_for_board_at(is)
/* Look for the ISA boards. Init and leave them actived */
outb(id_port, 0xc0); /* Global reset */
- DELAY(1000);
+ DELAY(10000);
for (i = 0; i < EP_MAX_BOARDS; i++) {
outb(id_port, 0);
outb(id_port, 0);
OpenPOWER on IntegriCloud