Date: Fri, 23 Jun 2006 16:47:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile bce.4 src/sys/conf files options src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs src/sys/i386/conf GENERIC LINT src/sys/modules Makefile Message-ID: <200606231647.k5NGlkKa032833@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-06-23 16:47:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
share/man/man4 Makefile
sys/conf files options
sys/dev/mii brgphy.c miidevs
sys/i386/conf GENERIC LINT
sys/modules Makefile
Added files: (Branch: RELENG_4)
share/man/man4 bce.4
sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h
Log:
MF6: Add the bce(4) driver. Unlike the driver in 6.x and later this driver
does not support jumbo frames or hardware vlan tagging.
Revision Changes Path
1.83.2.86 +1 -0 src/share/man/man4/Makefile
1.2.6.1 +287 -0 src/share/man/man4/bce.4 (new)
1.340.2.161 +1 -0 src/sys/conf/files
1.191.2.66 +3 -0 src/sys/conf/options
1.4.2.1 +6747 -0 src/sys/dev/bce/if_bce.c (new)
1.1.6.1 +3508 -0 src/sys/dev/bce/if_bcefw.h (new)
1.5.2.1 +4872 -0 src/sys/dev/bce/if_bcereg.h (new)
1.1.2.13 +75 -23 src/sys/dev/mii/brgphy.c
1.4.2.17 +2 -0 src/sys/dev/mii/miidevs
1.246.2.65 +1 -0 src/sys/i386/conf/GENERIC
1.749.2.178 +5 -1 src/sys/i386/conf/LINT
1.110.2.89 +1 -0 src/sys/modules/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606231647.k5NGlkKa032833>
