From owner-cvs-all Fri Dec 4 10:00:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02644 for cvs-all-outgoing; Fri, 4 Dec 1998 10:00:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02639; Fri, 4 Dec 1998 10:00:45 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17879; Fri, 4 Dec 1998 10:01:25 -0800 (PST) Date: Fri, 4 Dec 1998 10:01:25 -0800 (PST) Message-Id: <199812041801.KAA17879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall devices.c src/sys/pci if_mx.c if_mxreg.h if_pn.c if_pnreg.h if_vr.c if_vrreg.h if_wb.c if_wbreg.h src/share/man/man4/man4.i386 mx.4 pn.4 vr.4 wb.4 Makefile src/sys/conf files src/sys/i386/conf GENERIC LINT ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/04 10:01:24 PST Modified files: release/sysinstall devices.c share/man/man4/man4.i386 Makefile sys/conf files sys/i386/conf GENERIC LINT SMP-GENERIC sys/i386/i386 userconfig.c release/texts RELNOTES.TXT Added files: sys/pci if_mx.c if_mxreg.h if_pn.c if_pnreg.h if_vr.c if_vrreg.h if_wb.c if_wbreg.h share/man/man4/man4.i386 mx.4 pn.4 vr.4 wb.4 Log: An early Christmas present: add driver support for a whole bunch of PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works. Revision Changes Path 1.87 +5 -1 src/release/sysinstall/devices.c 1.88 +9 -5 src/share/man/man4/man4.i386/Makefile 1.177 +4 -0 src/sys/conf/files 1.133 +5 -1 src/sys/i386/conf/GENERIC 1.507 +26 -3 src/sys/i386/conf/LINT 1.23 +5 -1 src/sys/i386/conf/SMP-GENERIC 1.116 +6 -2 src/sys/i386/i386/userconfig.c 1.4 +36 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message