Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,

not EtherEZ.
This commit is contained in:
Bill Paul 1998-12-24 18:52:47 +00:00
parent 1b2d762ecc
commit 6a5359cac2
4 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ specifically marked as [MERGED] features.
Added driver support for fast ethernet adapters based on the
RealTek 8129/8139 and Accton MPX 5030/5038 chips, including the
SMC EtherEZ PCI 1211-TX.
SMC EZ Card 10/100 PCI 1211-TX.
Added driver support for Lite-On PNIC-based fast ethernet cards
including the LinkSys LNE100TX, NetGear FA310TX Rev. D1 and
@ -215,7 +215,7 @@ RealTek 8129/8139 fast ethernet NICs including the following:
Netronix Inc. EA-1210 NetEther 10/100
KTX-9130TX 10/100 Fast Ethernet
Accton "Cheetah" EN1027D (MPX 5030/5038; RealTek 8139 clone?)
SMC EtherEZ PCI 1211-TX
SMC EZ Card 10/100 PCI 1211-TX
Lite-On 82c168/82c169 PNIC fast ethernet NICs including the following:
LinkSys EtherFast LNE100TX

View File

@ -53,7 +53,7 @@ specifically marked as [MERGED] features.
Added driver support for fast ethernet adapters based on the
RealTek 8129/8139 and Accton MPX 5030/5038 chips, including the
SMC EtherEZ PCI 1211-TX.
SMC EZ Card 10/100 PCI 1211-TX.
Added driver support for Lite-On PNIC-based fast ethernet cards
including the LinkSys LNE100TX, NetGear FA310TX Rev. D1 and
@ -215,7 +215,7 @@ RealTek 8129/8139 fast ethernet NICs including the following:
Netronix Inc. EA-1210 NetEther 10/100
KTX-9130TX 10/100 Fast Ethernet
Accton "Cheetah" EN1027D (MPX 5030/5038; RealTek 8139 clone?)
SMC EtherEZ PCI 1211-TX
SMC EZ Card 10/100 PCI 1211-TX
Lite-On 82c168/82c169 PNIC fast ethernet NICs including the following:
LinkSys EtherFast LNE100TX

View File

@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: rl.4,v 1.5 1998/12/07 00:34:59 wpaul Exp $
.\" $Id: rl.4,v 1.6 1998/12/07 18:14:30 wpaul Exp $
.\"
.Dd November 4, 1998
.Dt RL 4 i386
@ -48,7 +48,7 @@ chips. This includes the Allied Telesyn AT2550, Genius GF100TXR,
NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX,
Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet,
Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R, the
SMC EtherEZ 1211-TX, and various other cheap adapters.
SMC EZ Card 10/100 PCI 1211-TX, and various other cheap adapters.
It also supports the Accton EN1207D which has a
chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike.
.Pp
@ -60,7 +60,7 @@ address registers which require all outgoing packets to be stored
as contiguous buffers. Furthermore, outbound packet buffers must
be longword aligned or else transmission will fail.
.Pp
The 8129 differs from the 8139 in that the 8139 has an interna
The 8129 differs from the 8139 in that the 8139 has an internal
PHY which is controlled through special direct access registers
whereas the 8129 uses an external PHY via an MII bus. The 8139
supports both 10 and 100Mbps speeds in either full or half duplex.

View File

@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: rl.4,v 1.5 1998/12/07 00:34:59 wpaul Exp $
.\" $Id: rl.4,v 1.6 1998/12/07 18:14:30 wpaul Exp $
.\"
.Dd November 4, 1998
.Dt RL 4 i386
@ -48,7 +48,7 @@ chips. This includes the Allied Telesyn AT2550, Genius GF100TXR,
NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX,
Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet,
Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R, the
SMC EtherEZ 1211-TX, and various other cheap adapters.
SMC EZ Card 10/100 PCI 1211-TX, and various other cheap adapters.
It also supports the Accton EN1207D which has a
chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike.
.Pp
@ -60,7 +60,7 @@ address registers which require all outgoing packets to be stored
as contiguous buffers. Furthermore, outbound packet buffers must
be longword aligned or else transmission will fail.
.Pp
The 8129 differs from the 8139 in that the 8139 has an interna
The 8129 differs from the 8139 in that the 8139 has an internal
PHY which is controlled through special direct access registers
whereas the 8129 uses an external PHY via an MII bus. The 8139
supports both 10 and 100Mbps speeds in either full or half duplex.