diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-05-30 03:22:29 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-05-30 03:22:29 +0000 |
| commit | eb6945b7dc9dac5a1f90a77e94507a5b0cfeaf4a (patch) | |
| tree | 44f9fffbfaaf90e6317c1b0bfc10a4a03f019c0f /sys | |
| parent | 53441ac3dfca44204d69f4f11465c1e4439262e7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
3 files changed, 3 insertions, 3 deletions
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. |
