Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Fix for PR kern/7483: ex driver gets bogus MAC ad...



details:   https://anonhg.NetBSD.org/src/rev/61a3579a901a
branches:  trunk
changeset: 472378:61a3579a901a
user:      dean <dean%NetBSD.org@localhost>
date:      Wed Apr 28 17:34:01 1999 +0000

description:
Fix for PR kern/7483: ex driver gets bogus MAC address with 3c905B

diffstat:

 sys/dev/ic/elinkxl.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f7f27b5ba27f -r 61a3579a901a sys/dev/ic/elinkxl.c
--- a/sys/dev/ic/elinkxl.c      Wed Apr 28 16:17:42 1999 +0000
+++ b/sys/dev/ic/elinkxl.c      Wed Apr 28 17:34:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elinkxl.c,v 1.9 1999/04/26 23:28:31 thorpej Exp $      */
+/*     $NetBSD: elinkxl.c,v 1.10 1999/04/28 17:34:01 dean Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1418,6 +1418,7 @@
        struct ex_softc *sc;
 {
        bus_space_write_2(sc->sc_iot, sc->sc_ioh, ELINK_COMMAND, GLOBAL_RESET);
+       delay(400);
        ex_waitcmd(sc);
 }
 



Home | Main Index | Thread Index | Old Index