summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-08-16 17:14:59 +0000
committerwpaul <wpaul@FreeBSD.org>1998-08-16 17:14:59 +0000
commite55024e4a53d99f1cca7cbfa82af150195394eac (patch)
treec5a2c2696b265b1ceffd7fd07f873bf58e34ee29 /sys/conf
parent62d97a08f15747cbfca4ebe9bac6b8ba2f9f1c9f (diff)
downloadFreeBSD-src-e55024e4a53d99f1cca7cbfa82af150195394eac.zip
FreeBSD-src-e55024e4a53d99f1cca7cbfa82af150195394eac.tar.gz
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES12
-rw-r--r--sys/conf/files1
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index eb12057..d2a6f6b 100644
--- a/sys/conf/NOTES
+++ b/sys/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.450 1998/08/05 00:54:37 eivind Exp $
+# $Id: LINT,v 1.451 1998/08/10 08:40:26 yokota 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
@@ -1364,13 +1364,20 @@ options "EISA_SLOTS=12"
# series 'ThunderLAN' cards and integrated ethernet controllers. This
# includes several Compaq Netelligent 10/100 cards and the built-in
# ethernet controllers in several Compaq Prosignia, Proliant and
-# Deskpro systems.
+# Deskpro systems. It also supports several Olicom 10Mbps and 10/100
+# boards.
#
# The `tx' device provides support for the SMC 9432TX cards.
#
# The `vx' device provides support for the 3Com 3C590 and 3C595
# early support
#
+# The `xl' driver provides support for the 3Com 3c900, 3c905 and
+# 3c905B (Fast) Etherlink XL cards and integrated controllers. This
+# includes the integrated 3c905B-TX chips in certain Dell Optiplex and
+# Dell Precision desktop machines and the integrated 3c905-TX chips
+# in Dell Latitude laptop docking stations.
+#
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
# adapter. pseudo-device fddi is also needed.
#
@@ -1401,6 +1408,7 @@ device fxp0
device tl0
device tx0
device vx0
+devixe xl0
device fpa0
device meteor0
device bktr0
diff --git a/sys/conf/files b/sys/conf/files
index 6d07bbf..bcc0768 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -399,6 +399,7 @@ pci/if_sr_p.c optional sr device-driver
pci/if_tl.c optional tl device-driver
pci/if_tx.c optional tx device-driver
pci/if_vx_pci.c optional vx device-driver
+pci/if_xl.c optional xl device-driver
pci/isp_pci.c optional isp device-driver
pci/meteor.c optional meteor device-driver
pci/ncr.c optional ncr device-driver
OpenPOWER on IntegriCloud