Date: Tue, 19 Jun 2001 12:42:46 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> 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 ... Message-ID: <200106191942.f5JJgk175994@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106191942.f5JJgk175994>