Date: Sun, 27 Jan 2008 01:10:42 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/mii miidevs nsphyter.c nsphyterreg.h src/sys/modules/mii Makefile Message-ID: <200801270110.m0R1AgKi095012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801270110.m0R1AgKi095012>