Date: Mon, 15 Jun 2009 18:22:41 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/forth loader.conf src/sys/conf NOTES files src/sys/dev/cas if_cas.c if_casreg.h if_casvar.h src/sys/modules Makefile src/sys/modules/cas Makefile src/sys/sparc64/conf GENERIC Message-ID: <200906151823.n5FIN9NR028144@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-06-15 18:22:41 UTC
FreeBSD src repository
Modified files:
sys/boot/forth loader.conf
sys/conf NOTES files
sys/modules Makefile
sys/sparc64/conf GENERIC
Added files:
sys/dev/cas if_cas.c if_casreg.h if_casvar.h
sys/modules/cas Makefile
Log:
SVN rev 194246 on 2009-06-15 18:22:41Z by marius
Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor
DP83065 Saturn Gigabit Ethernet controllers. These are the successors
of the Sun GEM controllers and still have a similar but extended transmit
logic. As such this driver is based on gem(4).
Thanks to marcel@ for providing a Sun Quad GigaSwift Ethernet UTP (QGE)
card which was vital for getting this driver to work on architectures
not using Open Firmware.
Approved by: re (kib)
MFC after: 2 weeks
Revision Changes Path
1.142 +1 -0 src/sys/boot/forth/loader.conf
1.1547 +2 -0 src/sys/conf/NOTES
1.1439 +1 -0 src/sys/conf/files
1.1 +2772 -0 src/sys/dev/cas/if_cas.c (new)
1.1 +1002 -0 src/sys/dev/cas/if_casreg.h (new)
1.1 +260 -0 src/sys/dev/cas/if_casvar.h (new)
1.619 +1 -0 src/sys/modules/Makefile
1.1 +8 -0 src/sys/modules/cas/Makefile (new)
1.155 +1 -0 src/sys/sparc64/conf/GENERIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906151823.n5FIN9NR028144>
