From owner-cvs-all Thu Sep 27 16:55:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFD6637B40B; Thu, 27 Sep 2001 16:55:28 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RNtSX41839; Thu, 27 Sep 2001 16:55:28 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109272355.f8RNtSX41839@freefall.freebsd.org> From: Bill Paul Date: Thu, 27 Sep 2001 16:55:28 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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