Date: Fri, 5 Dec 2008 17:44:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 Makefile nfe.4 polling.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 Message-ID: <200812051746.mB5Hkoff016657@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2008-12-05 17:44:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
share/man/man4 Makefile polling.4
sys/amd64/conf NOTES
sys/conf files.amd64 files.i386
sys/i386/conf NOTES
sys/modules Makefile
Added files: (Branch: RELENG_6)
share/man/man4 nfe.4
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
sys/modules/nfe Makefile
Log:
SVN rev 185644 on 2008-12-05 17:44:26Z by jhb
MFC: Add the nfe(4) driver as an alternative to nve(4). To avoid
astonishment, nve(4) takes precedence over nfe(4) in this branch.
I have also not added it to GENERIC.
Reviewed by: yongari (briefly)
Revision Changes Path
1.320.2.35 +4 -0 src/share/man/man4/Makefile
1.11.2.1 +202 -0 src/share/man/man4/nfe.4 (new)
1.19.2.6 +2 -1 src/share/man/man4/polling.4
1.36.2.16 +2 -0 src/sys/amd64/conf/NOTES
1.71.2.21 +1 -0 src/sys/conf/files.amd64
1.538.2.20 +1 -0 src/sys/conf/files.i386
1.30.2.1 +2993 -0 src/sys/dev/nfe/if_nfe.c (new)
1.14.2.1 +325 -0 src/sys/dev/nfe/if_nfereg.h (new)
1.7.2.1 +128 -0 src/sys/dev/nfe/if_nfevar.h (new)
1.1202.2.18 +2 -0 src/sys/i386/conf/NOTES
1.450.2.41 +3 -0 src/sys/modules/Makefile
1.2.8.1 +8 -0 src/sys/modules/nfe/Makefile (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812051746.mB5Hkoff016657>
