From owner-cvs-all Thu May 31 14:44:33 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 511CF37B509; Thu, 31 May 2001 14:44:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4VLiSO56377; Thu, 31 May 2001 14:44:28 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105312144.f4VLiSO56377@freefall.freebsd.org> From: Bill Paul Date: Thu, 31 May 2001 14:44:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/lge Makefile src/sys/i386/conf NOTES src/share/man/man4 lge.4 Makefile src/sys/dev/lge if_lge.c if_lgereg.h src/sys/conf files 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/05/31 14:44:28 PDT Modified files: sys/modules Makefile sys/i386/conf NOTES share/man/man4 Makefile sys/conf files Added files: sys/modules/lge Makefile share/man/man4 lge.4 sys/dev/lge if_lge.c if_lgereg.h Log: Add device driver support for the Level 1 LXT1001 NetCellerator gigabit ethernet controller chip. This device is used on some fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and TCP/IP checksum offload on receive are supported. Hardware VLAN filtering is not, because it doesn't play well with our existing VLAN code. Also add manual page. There is a 4.x version of this driver available at http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous and wants to test it. I still need to do performance testing and tuning with this device. (For my next trick, I will make the 3Com 3cR990 sit up and beg.) Revision Changes Path 1.183 +2 -2 src/sys/modules/Makefile 1.920 +5 -1 src/sys/i386/conf/NOTES 1.123 +2 -1 src/share/man/man4/Makefile 1.526 +2 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message