cvs commit: src/sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c
tdkphy.c tlphy.c xmphy.c
Marius Strobl
marius at FreeBSD.org
Sun Feb 25 17:57:12 UTC 2007
marius 2007-02-25 17:57:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c
tdkphy.c tlphy.c xmphy.c
Log:
MFC: brgphy.c 1.48; ciphy.c 1.6, 1.8; mlphy.c 1.22; rgephy.c 1.13;
tdkphy.c 1.21; tlphy.c 1.22; xmphy.c 1.21
Some style changes to a couple of PHY drivers:
- Fix some whitespace nits.
- Fix some spelling in comments.
- Use MII_ANEGTICKS instead of 5.
- Don't define variables in nested scope.
- Remove superfluous returns at the end of void functions.
- Remove unused static global rgephy_mii_model.
- Remove dupe $FreeBSD$ in ciphy(4) and dupe $Id$ in tdkphy(4).
- Sort brgphys table.
Revision Changes Path
1.34.2.10 +22 -29 src/sys/dev/mii/brgphy.c
1.2.2.4 +6 -13 src/sys/dev/mii/ciphy.c
1.20.2.2 +6 -12 src/sys/dev/mii/mlphy.c
1.6.2.6 +9 -16 src/sys/dev/mii/rgephy.c
1.16.2.3 +1 -9 src/sys/dev/mii/tdkphy.c
1.18.2.4 +9 -10 src/sys/dev/mii/tlphy.c
1.17.2.4 +4 -7 src/sys/dev/mii/xmphy.c
More information about the cvs-src
mailing list