cvs commit: src/sys/dev/mii amphy.c
Marius Strobl
marius at FreeBSD.org
Sun Feb 25 18:25:15 UTC 2007
marius 2007-02-25 18:25:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/mii amphy.c
Log:
MFC: 1.21, 1.22
- Probe Davicom DM9102 PHYs.
- Don't set MIIF_NOISOLATE so amphy(4) can be used in configurations
with multiple PHYs. There doesn't seem to be a problem with isolating
AM79c873 and workalikes per se nor in combination with the NICs they're
used with and amphy(4) was already adding IFM_NONE anyway.
- Use mii_phy_add_media() instead of mii_add_media() so the latter can
be eventually retired.
- Take advantage of mii_phy_setmedia().
- Fix a whitespace nit.
Obtained from: NetBSD dmphy(4) (except for the last item)
Revision Changes Path
1.17.2.4 +9 -31 src/sys/dev/mii/amphy.c
More information about the cvs-src
mailing list