From owner-cvs-all Sat Aug 21 11:35:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A2F1522E; Sat, 21 Aug 1999 11:35:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38557; Sat, 21 Aug 1999 11:34:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199908211834.LAA38557@freefall.freebsd.org> From: Bill Paul Date: Sat, 21 Aug 1999 11:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h src/sys/modules Makefile src/sys/modules/ste Makefile src/share/man/man4/man4.i386 ste.4 Makefile src/sys/conf files src/sys/i386/i386 userconfig.c src/sys/i386/conf GENERIC LINT src/sys/alpha/conf GENERIC ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/08/21 11:34:59 PDT Modified files: sys/modules Makefile share/man/man4/man4.i386 Makefile sys/conf files sys/i386/i386 userconfig.c sys/i386/conf GENERIC LINT sys/alpha/conf GENERIC release/texts HARDWARE.TXT RELNOTES.TXT release/sysinstall devices.c Added files: sys/pci if_ste.c if_stereg.h sys/modules/ste Makefile share/man/man4/man4.i386 ste.4 Log: This commit adds device driver support for the Sundance Technologies ST201 PCI fast ethernet controller. Currently, the only card I know that uses this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the only cards I have are samples sent to me by D-Link.) This driver is the first to make use of the miibus code once I'm sure it all works together nicely, I'll start converting the other drivers. The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design only with its own register layout. Support is provided for ifmedia, hardware multicast filtering, bridging and promiscuous mode. Revision Changes Path 1.73 +3 -3 src/sys/modules/Makefile 1.113 +4 -3 src/share/man/man4/man4.i386/Makefile 1.237 +1 -0 src/sys/conf/files 1.153 +3 -2 src/sys/i386/i386/userconfig.c 1.183 +5 -1 src/sys/i386/conf/GENERIC 1.630 +5 -1 src/sys/i386/conf/LINT 1.37 +5 -1 src/sys/alpha/conf/GENERIC 1.28 +10 -5 src/release/texts/HARDWARE.TXT 1.36 +12 -3 src/release/texts/RELNOTES.TXT 1.99 +2 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message