summaryrefslogtreecommitdiffstats
path: root/sys/i386
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/i386
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/i386')
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
3 files changed, 22 insertions, 5 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 9ca9daf..2461708 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is 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.111 1998/07/17 06:45:26 joerg Exp $
+# $Id: GENERIC,v 1.112 1998/07/20 20:00:29 msmith Exp $
machine "i386"
cpu "I386_CPU"
@@ -148,6 +148,7 @@ device fxp0
device tl0
device tx0
device vx0
+devixe xl0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index eb12057..d2a6f6b 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.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/i386/conf/NOTES b/sys/i386/conf/NOTES
index eb12057..d2a6f6b 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.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
OpenPOWER on IntegriCloud