Remove wx.
This commit is contained in:
parent
f2465b0df3
commit
8c7c272c5a
@ -188,7 +188,6 @@ MAN= aac.4 \
|
||||
wi.4 \
|
||||
witness.4 \
|
||||
worm.4 \
|
||||
wx.4 \
|
||||
xl.4 \
|
||||
xpt.4 \
|
||||
yp.4 \
|
||||
|
@ -1,51 +0,0 @@
|
||||
.\" Copyright (c) 2000
|
||||
.\" Traakan Software. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
|
||||
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 27, 2000
|
||||
.Dt WX 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm wx
|
||||
.Nd Intel Gigabit Ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device wx"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for Intel Gigabit Ethernet PCI cards- both the
|
||||
original WISEMAN and the newer LIVENGOOD chipsets.
|
||||
.Pp
|
||||
For more information on configuring this device, see
|
||||
.Xr ifconfig 8 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Matthew Jacob Aq mjacob@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
is a bit chatty about link-up/link-down events.
|
@ -157,7 +157,6 @@ 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.
|
||||
|
@ -157,7 +157,6 @@ 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.
|
||||
|
@ -178,7 +178,6 @@ device tl # Texas Instruments ThunderLAN
|
||||
device tx # SMC EtherPower II (83c170 ``EPIC'')
|
||||
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. pccard nics included.
|
||||
|
@ -1773,11 +1773,6 @@ device miibus
|
||||
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
|
||||
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
|
||||
# bridge with a PCMCIA adapter plugged into it.
|
||||
# wx: Intel Gigabit Ethernet PCI card (`Wiseman')
|
||||
#
|
||||
# NOTE: THIS DRIVER IS SOON TO BE REMOVED FROM FREEBSD AND SHOULD BE
|
||||
# CONSIDERED DEPRECATED
|
||||
#
|
||||
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller,
|
||||
# Accton Fast EtherCard-16, Compaq Netelligent 10/100 PC Card,
|
||||
# Toshiba 10/100 Ethernet PC Card, Xircom 16-bit Ethernet + Modem 56
|
||||
|
@ -1216,7 +1216,6 @@ pci/if_tl.c optional tl
|
||||
pci/if_tx.c optional tx
|
||||
pci/if_vr.c optional vr
|
||||
pci/if_wb.c optional wb
|
||||
pci/if_wx.c optional wx
|
||||
pci/if_xl.c optional xl
|
||||
pci/intpm.c optional intpm
|
||||
pci/meteor.c count meteor pci
|
||||
|
@ -178,7 +178,6 @@ device tl # Texas Instruments ThunderLAN
|
||||
device tx # SMC EtherPower II (83c170 ``EPIC'')
|
||||
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. pccard nics included.
|
||||
|
@ -1773,11 +1773,6 @@ device miibus
|
||||
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
|
||||
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
|
||||
# bridge with a PCMCIA adapter plugged into it.
|
||||
# wx: Intel Gigabit Ethernet PCI card (`Wiseman')
|
||||
#
|
||||
# NOTE: THIS DRIVER IS SOON TO BE REMOVED FROM FREEBSD AND SHOULD BE
|
||||
# CONSIDERED DEPRECATED
|
||||
#
|
||||
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller,
|
||||
# Accton Fast EtherCard-16, Compaq Netelligent 10/100 PC Card,
|
||||
# Toshiba 10/100 Ethernet PC Card, Xircom 16-bit Ethernet + Modem 56
|
||||
|
@ -137,7 +137,6 @@ device tl # Texas Instruments ThunderLAN
|
||||
device tx # SMC EtherPower II (83c170 ``EPIC'')
|
||||
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.
|
||||
|
@ -175,7 +175,6 @@ device tl # Texas Instruments ThunderLAN
|
||||
device tx # SMC EtherPower II (83c170 ``EPIC'')
|
||||
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. pccard nics included.
|
||||
|
Loading…
Reference in New Issue
Block a user