From eb6945b7dc9dac5a1f90a77e94507a5b0cfeaf4a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Wed, 30 May 2001 03:22:29 +0000 Subject: MFC: move wx to be part of miibus requiring chipsets --- sys/alpha/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- sys/pc98/conf/GENERIC | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index e3339b76e4e9..86cb9ca2c964 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -134,7 +134,6 @@ device ppi # Parallel port interface device device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device le # Lance -device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support @@ -147,6 +146,7 @@ device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F +device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 8b1dc6ece31c..6de0d25b3915 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -168,7 +168,6 @@ device ppi # Parallel port interface device device de # DEC/Intel DC21x4x (``Tulip'') device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') -device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! @@ -183,6 +182,7 @@ device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F +device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 49d99d67905d..f0c6986f8ee1 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -197,7 +197,6 @@ device olpt0 at isa? port IO_LPT device de # DEC/Intel DC21x4x (``Tulip'') device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') -device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! @@ -212,6 +211,7 @@ device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F +device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. -- cgit v1.3