diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-05-03 19:51:29 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-05-03 19:51:29 +0000 |
| commit | 3fcb7a5365f9de7824a2b5f8e8ab159c8d3d79a0 (patch) | |
| tree | fe53a4391d1d2bae36941fd16b2470c7f5559e9f /sys/dev/hme | |
| parent | 5b5140322dc804072d957f1157ac0e4ec6261e7b (diff) | |
Notes
Diffstat (limited to 'sys/dev/hme')
| -rw-r--r-- | sys/dev/hme/if_hme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 6f76c90bcedce..63d27d1454491 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1566,7 +1566,7 @@ hme_mediachange_locked(struct hme_softc *sc) */ if (sc->sc_phys[0] != -1 && sc->sc_phys[1] != -1) LIST_FOREACH(child, &sc->sc_mii->mii_phys, mii_list) - mii_phy_reset(child); + PHY_RESET(child); return (mii_mediachg(sc->sc_mii)); } |
