cvs commit: src/sys/conf files src/sys/dev/mii miidevs nsphyter.c
nsphyterreg.h src/sys/modules/mii Makefile
Marius Strobl
marius at FreeBSD.org
Sat Jan 26 17:10:42 PST 2008
marius 2008-01-27 01:10:41 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/mii miidevs
sys/modules/mii Makefile
Added files:
sys/dev/mii nsphyter.c nsphyterreg.h
Log:
Add a driver for the National Semiconductor DP83815, DP83843 and
DP83847 PHYs. The main reason for using a specific driver for these
PHYs are reset quirks similar to the nsphy(4) driven DP83840A.
PR: 112654
Obtained from: NetBSD
MFC after: 2 weeks
Thanks to: mlaier for testing w/ DP83815
Revision Changes Path
1.1266 +1 -0 src/sys/conf/files
1.48 +2 -0 src/sys/dev/mii/miidevs
1.1 +341 -0 src/sys/dev/mii/nsphyter.c (new)
1.1 +186 -0 src/sys/dev/mii/nsphyterreg.h (new)
1.32 +1 -1 src/sys/modules/mii/Makefile
More information about the cvs-src
mailing list