summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-12-24 18:52:47 +0000
committerwpaul <wpaul@FreeBSD.org>1998-12-24 18:52:47 +0000
commitfadeb9e62b92ae462dd280938a00e5406df45e31 (patch)
tree2860c787c22aefcba16df5620d33fdd605d8112b
parent4959cd39d9b008523e31c2d2003cb1f44757d378 (diff)
downloadFreeBSD-src-fadeb9e62b92ae462dd280938a00e5406df45e31.zip
FreeBSD-src-fadeb9e62b92ae462dd280938a00e5406df45e31.tar.gz
Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,
not EtherEZ.
-rw-r--r--release/texts/RELNOTES.TXT4
-rw-r--r--release/texts/i386/RELNOTES.TXT4
-rw-r--r--share/man/man4/man4.i386/rl.46
-rw-r--r--share/man/man4/rl.46
4 files changed, 10 insertions, 10 deletions
diff --git a/release/texts/RELNOTES.TXT b/release/texts/RELNOTES.TXT
index fbf5a30..e56ec93 100644
--- a/release/texts/RELNOTES.TXT
+++ b/release/texts/RELNOTES.TXT
@@ -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
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index fbf5a30..e56ec93 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -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
diff --git a/share/man/man4/man4.i386/rl.4 b/share/man/man4/man4.i386/rl.4
index 2b1ec12..32f54c9 100644
--- a/share/man/man4/man4.i386/rl.4
+++ b/share/man/man4/man4.i386/rl.4
@@ -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.
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index 2b1ec12..32f54c9 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -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.
OpenPOWER on IntegriCloud