Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/ic pullup 1.9->1.10 (Dean Huxley): fix kern/7483



details:   https://anonhg.NetBSD.org/src/rev/f5d9c77167e0
branches:  netbsd-1-4
changeset: 468528:f5d9c77167e0
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Apr 28 18:47:25 1999 +0000

description:
pullup 1.9->1.10 (Dean Huxley): fix kern/7483

diffstat:

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

diffs (17 lines):

diff -r 128c2724fd33 -r f5d9c77167e0 sys/dev/ic/elinkxl.c
--- a/sys/dev/ic/elinkxl.c      Wed Apr 28 18:43:44 1999 +0000
+++ b/sys/dev/ic/elinkxl.c      Wed Apr 28 18:47:25 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elinkxl.c,v 1.7.2.2 1999/04/27 00:12:57 perry Exp $    */
+/*     $NetBSD: elinkxl.c,v 1.7.2.3 1999/04/28 18:47:25 perry 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