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 Pull up revision 1.80 (requested by martin):



details:   https://anonhg.NetBSD.org/src/rev/2a4c006136b7
branches:  netbsd-1-4
changeset: 470590:2a4c006136b7
user:      he <he%NetBSD.org@localhost>
date:      Thu May 11 09:59:52 2000 +0000

description:
Pull up revision 1.80 (requested by martin):
  Make the 3Com 3C597 Fast Etherlink TX EISA card work.  Fixes PR#7067.

diffstat:

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

diffs (18 lines):

diff -r b29ca1e1b288 -r 2a4c006136b7 sys/dev/ic/elink3.c
--- a/sys/dev/ic/elink3.c       Thu May 11 09:56:15 2000 +0000
+++ b/sys/dev/ic/elink3.c       Thu May 11 09:59:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elink3.c,v 1.54.2.2 2000/02/06 17:39:39 he Exp $       */
+/*     $NetBSD: elink3.c,v 1.54.2.3 2000/05/11 09:59:52 he Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -744,7 +744,7 @@
         */
        epstop(sc);
 
-       if (sc->bustype != ELINK_BUS_PCI) {
+       if (sc->bustype != ELINK_BUS_PCI && sc->bustype != ELINK_BUS_EISA) {
                GO_WINDOW(0);
                bus_space_write_2(iot, ioh, ELINK_W0_CONFIG_CTRL, 0);
                bus_space_write_2(iot, ioh, ELINK_W0_CONFIG_CTRL,



Home | Main Index | Thread Index | Old Index