summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-08-21 18:34:58 +0000
committerwpaul <wpaul@FreeBSD.org>1999-08-21 18:34:58 +0000
commitdb4fdbd041e22acdba198dd37ef7bcee12c2ac19 (patch)
treeff9ca0e10f95cee69324a33e193716046c3ecc8c /sys/amd64
parenta978a32098bf6ccd9c16b09e3d922613a6372e25 (diff)
downloadFreeBSD-src-db4fdbd041e22acdba198dd37ef7bcee12c2ac19.zip
FreeBSD-src-db4fdbd041e22acdba198dd37ef7bcee12c2ac19.tar.gz
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.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 91e56ab..f889546 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.181 1999/08/15 09:38:20 phk Exp $
+# $Id: GENERIC,v 1.182 1999/08/15 09:54:56 phk Exp $
machine i386
cpu I386_CPU
@@ -155,6 +155,9 @@ device plip0 # TCP/IP over parallel
device ppi0 # Parallel port interface device
#controller vpo0 # Requires scbus and da0
+# MII bus support, required for some 10/100 NICs
+controller miibus0
+
# PCI Ethernet NICs.
device al0 # ADMtek AL981 (``Comet'')
device ax0 # ASIX AX88140A
@@ -164,6 +167,7 @@ device mx0 # Macronix 98713/98715/98725 (``PMAC'')
device pn0 # Lite-On 82c168/82c169 (``PNIC'')
device rl0 # RealTek 8129/8139
device sf0 # Adaptec AIC-6915 (``Starfire'')
+device ste0 # Sundance ST201 (D-Link DFE-550TX)
device tl0 # Texas Instruments ThunderLAN
device tx0 # SMC 9432TX (83c170 ``EPIC'')
device vr0 # VIA Rhine, Rhine II
OpenPOWER on IntegriCloud