diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-02-02 08:05:26 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-02-02 08:05:26 +0000 |
| commit | 84dc99fdeae6c85c10ea9ef1a486367cff85fbcf (patch) | |
| tree | 67f4b7795dd44b7da8721a94cb82e3365a7b2f13 /sys/dev/sbus | |
| parent | ea45df4d301c0dc0d6a17003390f9efad4f05d65 (diff) | |
Bring some order to the chaos which was the MII code function naming
"conventions".
Diffstat (limited to 'sys/dev/sbus')
| -rw-r--r-- | sys/dev/sbus/be.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index 790a8852029..23d127b3ed2 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $NetBSD: be.c,v 1.13 1999/12/23 16:39:56 pk Exp $ */ +/* $NetBSD: be.c,v 1.14 2000/02/02 08:05:30 thorpej Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -352,7 +352,7 @@ beattach(parent, self, aux) if ((v & MGMT_PAL_EXT_MDIO) != 0) { - mii_phy_probe(&sc->sc_dev, mii, 0xffffffff, BE_PHY_EXTERNAL, + mii_attach(&sc->sc_dev, mii, 0xffffffff, BE_PHY_EXTERNAL, MII_OFFSET_ANY); child = LIST_FIRST(&mii->mii_phys); |
