From owner-cvs-all Tue Jun 19 12:42:50 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 61DA337B403; Tue, 19 Jun 2001 12:42:46 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5JJgk175994; Tue, 19 Jun 2001 12:42:46 -0700 (PDT) (envelope-from wpaul) Message-Id: <200106191942.f5JJgk175994@freefall.freebsd.org> From: Bill Paul Date: Tue, 19 Jun 2001 12:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lge if_lge.c if_lgereg.h src/sys/dev/nge if_nge.c if_ngereg.h src/share/man/man4 lge.4 nge.4 Makefile src/sys/modules Makefile src/sys/modules/lge Makefile src/sys/modules/nge Makefile src/sys/conf files src/sys/i386/conf ... X-FreeBSD-CVS-Branch: RELENG_4 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/06/19 12:42:45 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile sys/modules Makefile sys/conf files sys/i386/conf LINT release/sysinstall devices.c Added files: (Branch: RELENG_4) sys/dev/lge if_lge.c if_lgereg.h sys/dev/nge if_nge.c if_ngereg.h share/man/man4 lge.4 nge.4 sys/modules/lge Makefile sys/modules/nge Makefile Log: Merge in driver support for the NatSemi DP83820/21 and Level 1 LXT1001 gigabit ethernet controllers. Also add man pages and module build stuff. This gives -stable support for 7 or 8 different gigE cards from various vendors such as D-Link, SMC, Addtron and Asante, both fiber and copper media. Note: I only have 64-bit NatSemi card. If anyone has one of the 32-bit only cards that uses the DP83821 and can verify that the nge and nsgphy drivers work for them, I would appreciate it. The driver should "just work" with both NICs, but confirmation would be good. (Alternatively, if someone has a spare D-Link DGE-500T card or similar they're willing to donate/loan to me, that would work too.) Revision Changes Path 1.83.2.20 +4 -4 src/share/man/man4/Makefile 1.110.2.26 +4 -4 src/sys/modules/Makefile 1.340.2.62 +3 -1 src/sys/conf/files 1.749.2.61 +11 -2 src/sys/i386/conf/Attic/LINT 1.117.2.11 +3 -1 src/release/sysinstall/Attic/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message