diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-05-27 04:40:57 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-05-27 04:40:57 +0000 |
| commit | dd1da8a5afa6b081b97d88d058cd722a3cb2c51b (patch) | |
| tree | 2d62e614c94d8cf26c2f9b5ffd55ac1440014613 /sys/dev | |
| parent | b2af64fd039ed18a2834634e676a275a59071ed3 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index f4c6d957fc05..de75d41e72c6 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/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); |
