summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-21 18:34:47 +0000
committerjkh <jkh@FreeBSD.org>1998-01-21 18:34:47 +0000
commit9380fa00aeae6c43e57e181197afa58800214a23 (patch)
tree7f9b7042a0f705e0079131a99d7713d69bbf759f /sys
parent560168b940be8a0d3c615f23ea312e395fadd94c (diff)
downloadFreeBSD-src-9380fa00aeae6c43e57e181197afa58800214a23.zip
FreeBSD-src-9380fa00aeae6c43e57e181197afa58800214a23.tar.gz
Add entries for tx card.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
5 files changed, 16 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c89dee9..b83a527 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.102 1998/01/11 02:16:38 jkh Exp $
+# $Id: GENERIC,v 1.103 1998/01/16 22:12:58 pst Exp $
machine "i386"
cpu "I386_CPU"
@@ -131,6 +131,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 tx0
device vx0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3c1f8c9..7fbdf3d 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.391 1998/01/14 19:41:36 phk Exp $
+# $Id: LINT,v 1.392 1998/01/16 22:12:59 pst 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
@@ -1278,6 +1278,8 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The `tx' device provides support for the SMC 9432TX cards.
+#
# The `vx' device provides support for the 3Com 3C590 and 3C595
# early support
#
@@ -1304,6 +1306,7 @@ controller ncr0
controller amd0
device de0
device fxp0
+device tx0
device vx0
device fpa0
device meteor0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index c89dee9..b83a527 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.102 1998/01/11 02:16:38 jkh Exp $
+# $Id: GENERIC,v 1.103 1998/01/16 22:12:58 pst Exp $
machine "i386"
cpu "I386_CPU"
@@ -131,6 +131,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 tx0
device vx0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 3c1f8c9..7fbdf3d 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.391 1998/01/14 19:41:36 phk Exp $
+# $Id: LINT,v 1.392 1998/01/16 22:12:59 pst 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
@@ -1278,6 +1278,8 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The `tx' device provides support for the SMC 9432TX cards.
+#
# The `vx' device provides support for the 3Com 3C590 and 3C595
# early support
#
@@ -1304,6 +1306,7 @@ controller ncr0
controller amd0
device de0
device fxp0
+device tx0
device vx0
device fpa0
device meteor0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3c1f8c9..7fbdf3d 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.391 1998/01/14 19:41:36 phk Exp $
+# $Id: LINT,v 1.392 1998/01/16 22:12:59 pst 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
@@ -1278,6 +1278,8 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The `tx' device provides support for the SMC 9432TX cards.
+#
# The `vx' device provides support for the 3Com 3C590 and 3C595
# early support
#
@@ -1304,6 +1306,7 @@ controller ncr0
controller amd0
device de0
device fxp0
+device tx0
device vx0
device fpa0
device meteor0
OpenPOWER on IntegriCloud