summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-01-04 11:17:35 +0000
committermjacob <mjacob@FreeBSD.org>2000-01-04 11:17:35 +0000
commit3ada76392af8d92c7d0d52d66af401c46d815773 (patch)
tree2d579bd4c7f0c3ba056f115a1b527f72ec31812f
parent181d5e327d23d9b0d07125b4c6adcf949854e702 (diff)
downloadFreeBSD-src-3ada76392af8d92c7d0d52d66af401c46d815773.zip
FreeBSD-src-3ada76392af8d92c7d0d52d66af401c46d815773.tar.gz
add wx0 driver
-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 ed56c3f..d1afe31 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 ed56c3f..d1afe31 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 3d570d2..b638840 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 4258f71..b330c8e 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 3d570d2..b638840 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 4258f71..b330c8e 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 4258f71..b330c8e 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
OpenPOWER on IntegriCloud