diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-02-27 19:50:36 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-02-27 19:50:36 +0000 |
commit | 55855972e0ba32831bc10805c3e8dc639a289a89 (patch) | |
tree | d1d66d4e8b0f5694e2e1889982318892dfd4986a /share/man/man4/rl.4 | |
parent | d9d2b13f1dbe88a5579729c915fd7cf52426a258 (diff) |
sync with freebsd:
man page fixups, more devices
Diffstat (limited to 'share/man/man4/rl.4')
-rw-r--r-- | share/man/man4/rl.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index 15589169631..a656658908d 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rl.4,v 1.3 1999/01/08 12:38:16 jason Exp $ +.\" $OpenBSD: rl.4,v 1.4 1999/02/27 19:50:34 jason Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD: rl.4,v 1.6 1998/12/07 18:14:30 wpaul Exp $ +.\" $FreeBSD: rl.4,v 1.7 1998/12/24 18:52:47 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 @@ -50,7 +50,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. .Pp The RealTek controllers use bus master DMA but do not use a descriptor-based data transfer mechanism. The receiver uses a @@ -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. |