summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT9
-rw-r--r--sys/i386/conf/NOTES9
5 files changed, 28 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 8a3d7e5..ed90e2c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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.107 1998/02/16 23:57:03 msmith Exp $
+# $Id: GENERIC,v 1.108 1998/04/22 18:18:12 mjacob Exp $
machine "i386"
cpu "I386_CPU"
@@ -135,6 +135,7 @@ device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# revision 1.20 of this file.
device de0
device fxp0
+device tl0
device tx0
device vx0
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f097de6..6c4d1a8 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.432 1998/05/19 08:58:43 phk Exp $
+# $Id: LINT,v 1.433 1998/05/19 23:23:09 julian 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
@@ -1322,6 +1322,12 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The 'tl' device provides support for the Texas Instruments TNETE100
+# 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.
+#
# The `tx' device provides support for the SMC 9432TX cards.
#
# The `vx' device provides support for the 3Com 3C590 and 3C595
@@ -1354,6 +1360,7 @@ controller isp0
controller amd0
device de0
device fxp0
+device tl0
device tx0
device vx0
device fpa0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 8a3d7e5..ed90e2c 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.107 1998/02/16 23:57:03 msmith Exp $
+# $Id: GENERIC,v 1.108 1998/04/22 18:18:12 mjacob Exp $
machine "i386"
cpu "I386_CPU"
@@ -135,6 +135,7 @@ device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# revision 1.20 of this file.
device de0
device fxp0
+device tl0
device tx0
device vx0
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index f097de6..6c4d1a8 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.432 1998/05/19 08:58:43 phk Exp $
+# $Id: LINT,v 1.433 1998/05/19 23:23:09 julian 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
@@ -1322,6 +1322,12 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The 'tl' device provides support for the Texas Instruments TNETE100
+# 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.
+#
# The `tx' device provides support for the SMC 9432TX cards.
#
# The `vx' device provides support for the 3Com 3C590 and 3C595
@@ -1354,6 +1360,7 @@ controller isp0
controller amd0
device de0
device fxp0
+device tl0
device tx0
device vx0
device fpa0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index f097de6..6c4d1a8 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.432 1998/05/19 08:58:43 phk Exp $
+# $Id: LINT,v 1.433 1998/05/19 23:23:09 julian 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
@@ -1322,6 +1322,12 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The 'tl' device provides support for the Texas Instruments TNETE100
+# 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.
+#
# The `tx' device provides support for the SMC 9432TX cards.
#
# The `vx' device provides support for the 3Com 3C590 and 3C595
@@ -1354,6 +1360,7 @@ controller isp0
controller amd0
device de0
device fxp0
+device tl0
device tx0
device vx0
device fpa0
OpenPOWER on IntegriCloud