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 | |
parent | d9d2b13f1dbe88a5579729c915fd7cf52426a258 (diff) |
sync with freebsd:
man page fixups, more devices
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pn.4 | 4 | ||||
-rw-r--r-- | share/man/man4/rl.4 | 8 | ||||
-rw-r--r-- | share/man/man4/tl.4 | 9 | ||||
-rw-r--r-- | share/man/man4/xl.4 | 8 |
4 files changed, 16 insertions, 13 deletions
diff --git a/share/man/man4/pn.4 b/share/man/man4/pn.4 index d3067926861..1af04a00f69 100644 --- a/share/man/man4/pn.4 +++ b/share/man/man4/pn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pn.4,v 1.1 1999/01/11 12:04:22 jason Exp $ +.\" $OpenBSD: pn.4,v 1.2 1999/02/27 19:50:35 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: pn.4,v 1.2 1998/12/05 09:31:25 rnordier Exp $ +.\" $FreeBSD: pn.4,v 1.3 1999/01/11 15:38:25 wpaul Exp $ .\" .Dd November 7, 1998 .Dt PN 4 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. diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 3a963432984..04bfa894a85 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tl.4,v 1.2 1998/12/22 05:37:07 jason Exp $ +.\" $OpenBSD: tl.4,v 1.3 1999/02/27 19:50:35 jason Exp $ .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. .\" @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: tl.4,v 1.2 1998/12/22 05:37:07 jason Exp $ +.\" $Id: tl.4,v 1.3 1999/02/27 19:50:35 jason Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -47,7 +47,10 @@ driver provides support for PCI ethernet adapters based on the Texas Instruments ThunderLAN ethernet controller chip. This includes a large number of Compaq PCI-bus ethernet adapters as well as the integrated ethernet controllers built in to several models of Compaq Prosignia -servers and Compaq Deskpro desktop machines. +servers and Compaq Deskpro desktop machines. This driver also supports +the Olicom OC-2135/2138, OC-2325 and OC-2326 10/100 TX UTP adapters +and the Racore 8165 10/100baseTX and 8148 10baseT/100baseTX/100baseFX +multi-personality cards. .Pp The ThunderLAN controller has a standard MII interface that supports up to 32 physical interface devices (PHYs). It also has a built-in diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index a80441099ea..9af1a5c0c17 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.5 1998/12/22 22:30:42 jason Exp $ +.\" $OpenBSD: xl.4,v 1.6 1999/02/27 19:50:35 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: xl.4,v 1.1 1998/08/16 17:19:58 wpaul Exp $ +.\" $FreeBSD: xl.4,v 1.3 1998/12/05 09:36:15 rnordier Exp $ .\" .Dd August 16, 1998 .Dt XL 4 @@ -49,8 +49,8 @@ controllers based on the 3Com "boomerang" and "cyclone" bus-master Etherlink XL chips. This includes the 3c900-TP, 3c900-COMBO, 3c900B-TP, 3c900B-COMBO, 3c905-TX, 3c905-T4, 3c905B-TP, 3c905B-FX, 3c905B-T4, 3c905B-TX, and embedded 3c905-TX -and 3c905B-TX ethernet hardware in certain Dell Optiplex and -Dell Precision desktop machines and in certain Dell Latitude laptop +and 3c905B-TX ethernet hardware in certain Dell Optiplex and Dell +Precision desktop machines and in certain Dell Latitude laptop docking stations. .Pp Other models of 3Com hardware are supported by the |