add wx0 driver

This commit is contained in:
Matt Jacob 2000-01-04 11:17:35 +00:00
parent 78dda2ae0c
commit b6ca8f5a13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55411
7 changed files with 16 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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