summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
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/i386/conf
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/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 91e56ab..f889546 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 5acf2c6..80ecf1a 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.628 1999/08/20 03:48:02 ken Exp $
+# $Id: LINT,v 1.629 1999/08/21 17:40:37 wpaul Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1579,6 +1579,10 @@ controller miibus0
# Most of these are 64-bit PCI devices, except for one single port
# card which is 32-bit.
#
+# The 'ste' device provides support for adapters based on the Sundance
+# Technologies ST201 PCI fast ethernet controller. This includes the
+# D-Link DFE-550TX.
+#
# The 'sk' device provides support for the SysKonnect SK-984x series
# PCI gigabit ethernet NICs. This includes the SK-9841 and SK-9842
# single port cards (single mode and multimode fiber) and the
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5acf2c6..80ecf1a 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.628 1999/08/20 03:48:02 ken Exp $
+# $Id: LINT,v 1.629 1999/08/21 17:40:37 wpaul Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1579,6 +1579,10 @@ controller miibus0
# Most of these are 64-bit PCI devices, except for one single port
# card which is 32-bit.
#
+# The 'ste' device provides support for adapters based on the Sundance
+# Technologies ST201 PCI fast ethernet controller. This includes the
+# D-Link DFE-550TX.
+#
# The 'sk' device provides support for the SysKonnect SK-984x series
# PCI gigabit ethernet NICs. This includes the SK-9841 and SK-9842
# single port cards (single mode and multimode fiber) and the
OpenPOWER on IntegriCloud