diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-12-12 19:31:14 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-12-12 19:31:14 +0000 |
| commit | 34da0ef1974dc647a54bccbfd1d1ddb65d7f858f (patch) | |
| tree | 33fd3cdd9689bd60386c96db1e3ceacd3fa54199 /sys/dev/mii/ukphy.c | |
| parent | 453b55658361f079cc49d1695ef0af2bd1d37454 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/ukphy.c')
| -rw-r--r-- | sys/dev/mii/ukphy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index df004207725e..bdc47b406931 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -192,6 +192,7 @@ static int ukphy_detach(dev) sc = device_get_softc(dev); mii = device_get_softc(device_get_parent(dev)); + mii_phy_auto_stop(sc); sc->mii_dev = NULL; LIST_REMOVE(sc, mii_list); |
