summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-01-04 11:17:35 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-01-04 11:17:35 +0000
commitb6ca8f5a13ebd16e356e7c28c034d4e139f76b09 (patch)
treef712893128412d2ffb0c6a212051ac043c5a04f9
parent78dda2ae0ce47f3184bef2a851dee5ff9ce41b84 (diff)
downloadsrc-test2-b6ca8f5a13ebd16e356e7c28c034d4e139f76b09.tar.gz
src-test2-b6ca8f5a13ebd16e356e7c28c034d4e139f76b09.zip
Notes
-rw-r--r--sys/alpha/conf/GENERIC1
-rw-r--r--sys/alpha/conf/NOTES1
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
7 files changed, 16 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index ed56c3f05dfa..d1afe3100c3f 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -116,6 +116,7 @@ device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
# PCI Ethernet NICs.
device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
+device wx0 # Intel Gigabit Ethernet Card (``Wiseman'')
device le0 # Lance
# PCI Ethernet NICs that use the common MII bus controller code.
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index ed56c3f05dfa..d1afe3100c3f 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -116,6 +116,7 @@ device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
# PCI Ethernet NICs.
device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
+device wx0 # Intel Gigabit Ethernet Card (``Wiseman'')
device le0 # Lance
# PCI Ethernet NICs that use the common MII bus controller code.
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3d570d2e0865..b63884047c4c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -158,6 +158,7 @@ device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device tx0 # SMC 9432TX (83c170 ``EPIC'')
device vx0 # 3Com 3c590, 3c595 (``Vortex'')
+device wx0 # Intel Gigabit Ethernet Card (``Wiseman'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4258f71ff208..b330c8efe70b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1721,6 +1721,9 @@ controller miibus0
# based on the Winbond W89C840F chip. Note: this is not the same as
# the Winbond W89C940F, which is an NE2000 clone.
#
+# The `wx' device provides support for the Intel Gigabit Ethernet
+# PCI card (`Wiseman').
+#
# The `xl' device 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
@@ -1863,6 +1866,7 @@ device tx0
device vr0
device vx0
device wb0
+device wx0
device xl0
device fpa0
device meteor0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 3d570d2e0865..b63884047c4c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -158,6 +158,7 @@ device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device tx0 # SMC 9432TX (83c170 ``EPIC'')
device vx0 # 3Com 3c590, 3c595 (``Vortex'')
+device wx0 # Intel Gigabit Ethernet Card (``Wiseman'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 4258f71ff208..b330c8efe70b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1721,6 +1721,9 @@ controller miibus0
# based on the Winbond W89C840F chip. Note: this is not the same as
# the Winbond W89C940F, which is an NE2000 clone.
#
+# The `wx' device provides support for the Intel Gigabit Ethernet
+# PCI card (`Wiseman').
+#
# The `xl' device 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
@@ -1863,6 +1866,7 @@ device tx0
device vr0
device vx0
device wb0
+device wx0
device xl0
device fpa0
device meteor0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4258f71ff208..b330c8efe70b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1721,6 +1721,9 @@ controller miibus0
# based on the Winbond W89C840F chip. Note: this is not the same as
# the Winbond W89C940F, which is an NE2000 clone.
#
+# The `wx' device provides support for the Intel Gigabit Ethernet
+# PCI card (`Wiseman').
+#
# The `xl' device 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
@@ -1863,6 +1866,7 @@ device tx0
device vr0
device vx0
device wb0
+device wx0
device xl0
device fpa0
device meteor0