Date: Thu, 27 Sep 2001 16:55:28 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/modules Makefile src/sys/modules/bge Makefile src/share/man/man4 bge.4 Makefile src/sys/conf files src/sys/i386/conf NOTES src/usr.sbin/sysinstall devices.c Message-ID: <200109272355.f8RNtSX41839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/09/27 16:55:28 PDT
Modified files:
sys/modules Makefile
share/man/man4 Makefile
sys/conf files
sys/i386/conf NOTES
usr.sbin/sysinstall devices.c
Added files:
sys/dev/bge if_bge.c if_bgereg.h
sys/modules/bge Makefile
share/man/man4 bge.4
Log:
Add device driver support for the Broadcom BCM570x family of gigabit
ethernet controllers. This adds support for the 3Com 3c996-T, the
SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on
Dell PowerEdge 2550 servers. The latter configuration hauls ass:
preliminary measurements show TCP speeds of over 900Mbps using
only normal size frames.
TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping
are supported, as well as interrupt moderation.
Still need to fix autonegotiation support for 1000baseSX NICs, but
beyond that, driver is pretty solid.
Revision Changes Path
1.136 +2 -1 src/share/man/man4/Makefile
1.1 +204 -0 src/share/man/man4/bge.4 (new)
1.572 +2 -1 src/sys/conf/files
1.1 +2696 -0 src/sys/dev/bge/if_bge.c (new)
1.1 +2132 -0 src/sys/dev/bge/if_bgereg.h (new)
1.960 +7 -1 src/sys/i386/conf/NOTES
1.204 +2 -1 src/sys/modules/Makefile
1.1 +8 -0 src/sys/modules/bge/Makefile (new)
1.136 +2 -1 src/usr.sbin/sysinstall/devices.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109272355.f8RNtSX41839>
