summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2002-06-08 00:11:18 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2002-06-08 00:11:18 +0000
commitab1bf03ec01d2b65efd2aaa9d7707807bd0bdb0a (patch)
treea8c81a1d727d8a229d1a90177e90d575ae686cbc
parent3583e589644febd5d23eb69a7befcbd541f8c412 (diff)
Document RealTek CardBus support.
-rw-r--r--share/man/man4/cardbus.44
-rw-r--r--share/man/man4/rl.437
2 files changed, 33 insertions, 8 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
index 6f6c4b1ceeb..f416b254339 100644
--- a/share/man/man4/cardbus.4
+++ b/share/man/man4/cardbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cardbus.4,v 1.13 2001/10/04 16:56:51 mpech Exp $
+.\" $OpenBSD: cardbus.4,v 1.14 2002/06/08 00:11:17 aaron Exp $
.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -70,6 +70,8 @@ drivers, sorted by function and driver name:
Intel 21143 and Xircom X3201-based Ethernet interfaces.
.It Xr fxp 4
Intel PRO/100 CardBus II Ethernet interfaces.
+.It Xr rl 4
+RealTek 8129/8139-based Ethernet interfaces.
.It Xr xl 4
3Com 3c575 and 3c656-based Ethernet interfaces.
.El
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index 130d505f77e..be2fb0b880b 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rl.4,v 1.13 2001/10/05 19:08:14 nate Exp $
+.\" $OpenBSD: rl.4,v 1.14 2002/06/08 00:11:17 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -40,18 +40,41 @@
.Nd RealTek 8129/8139 Fast Ethernet driver
.Sh SYNOPSIS
.Cd "rl* at pci? dev ? function ?"
+.Cd "rl* at cardbus? dev ? function ?"
.Sh DESCRIPTION
The
.Nm
driver provides support for PCI Ethernet adapters and embedded
controllers based on the RealTek 8129 and 8139 Fast Ethernet controller
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 EZ Card 10/100 PCI 1211-TX, and various other cheap adapters.
+This includes, among others, the following cards:
+.Pp
+.Bl -item -offset indent -compact
+.It
+Allied Telesyn AT2550
+.It
+Genius GF100TXR
+.It
+NDC Communications NE100TX-E
+.It
+OvisLink LEF-8129TX
+.It
+OvisLink LEF-8139TX
+.It
+Netronix Inc. EA-1210 NetEther 10/100
+.It
+KTX-9130TX 10/100 Fast Ethernet
+.It
+Encore ENL832-TX 10/100 M PCI
+.It
+Longshine LCS-8038TX-R
+.It
+SMC EZ Card 10/100 PCI 1211-TX
+.It
+Accton MPX5030 CardBus
+.It
+Corega FEther CB-TXD 10/100 Ethernet
+.El
.Pp
The RealTek controllers use bus master DMA but do not use a
descriptor-based data transfer mechanism.