cvs commit: src/share/man/man4 Makefile nfe.4 src/sys/amd64/conf
NOTES src/sys/conf files.amd64 files.i386 src/sys/dev/nfe if_nfe.c
if_nfereg.h if_nfevar.h src/sys/i386/conf NOTES src/sys/modules
Makefile src/sys/modules/nfe Makefile
David E. O'Brien
obrien at FreeBSD.org
Tue Jun 27 00:06:09 UTC 2006
obrien 2006-06-26 23:41:07 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
sys/amd64/conf NOTES
sys/conf files.amd64 files.i386
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
sys/i386/conf NOTES
sys/modules Makefile
Added files:
share/man/man4 nfe.4
sys/modules/nfe Makefile
Log:
Add a pure open source nForce Ethernet driver, under BSDL.
This driver was ported from OpenBSD by Shigeaki Tagashira
<shigeaki at se.hiroshima-u.ac.jp> and posted at
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
It was additionally cleaned up by me.
It is still a work-in-progress and thus is purposefully not in GENERIC.
And it conflicts with nve(4), so only one should be loaded.
Revision Changes Path
1.358 +4 -0 src/share/man/man4/Makefile
1.1 +96 -0 src/share/man/man4/nfe.4 (new)
1.57 +2 -0 src/sys/amd64/conf/NOTES
1.90 +1 -0 src/sys/conf/files.amd64
1.562 +1 -0 src/sys/conf/files.i386
1.2 +1466 -1070 src/sys/dev/nfe/if_nfe.c
1.2 +56 -3 src/sys/dev/nfe/if_nfereg.h
1.2 +68 -32 src/sys/dev/nfe/if_nfevar.h
1.1229 +2 -0 src/sys/i386/conf/NOTES
1.502 +3 -0 src/sys/modules/Makefile
1.1 +8 -0 src/sys/modules/nfe/Makefile (new)
More information about the cvs-src
mailing list