Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus Don't dry to diving MIIF_NOISOLATE in the PHY d...



details:   https://anonhg.NetBSD.org/src/rev/b83d67d0358c
branches:  trunk
changeset: 481614:b83d67d0358c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Feb 02 17:46:42 2000 +0000

description:
Don't dry to diving MIIF_NOISOLATE in the PHY drivers.  Instead, pass
flags down from the parent to child vi mii_attach().

diffstat:

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

diffs (18 lines):

diff -r 5729310f6de2 -r b83d67d0358c sys/dev/sbus/be.c
--- a/sys/dev/sbus/be.c Wed Feb 02 17:09:38 2000 +0000
+++ b/sys/dev/sbus/be.c Wed Feb 02 17:46:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: be.c,v 1.14 2000/02/02 08:05:30 thorpej Exp $  */
+/*     $NetBSD: be.c,v 1.15 2000/02/02 17:46:42 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -353,7 +353,7 @@
        if ((v & MGMT_PAL_EXT_MDIO) != 0) {
 
                mii_attach(&sc->sc_dev, mii, 0xffffffff, BE_PHY_EXTERNAL,
-                   MII_OFFSET_ANY);
+                   MII_OFFSET_ANY, 0);
 
                child = LIST_FIRST(&mii->mii_phys);
                if (child == NULL) {



Home | Main Index | Thread Index | Old Index