summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-08-20 22:55:34 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-08-20 22:55:34 +0000
commit2b355442e8a34fcc60d55421a2dcc9229408dc6b (patch)
treebd6ad706306285fb462fff11bbe5687cbe13c1b2 /share
parent4930f407d975a26406a91f29f39c90690a318bd2 (diff)
update for 8168/8102E support.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/pci.46
-rw-r--r--share/man/man4/re.418
2 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index eed08362ede..8f3c03d41e5 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.254 2008/06/25 17:52:18 jmc Exp $
+.\" $OpenBSD: pci.4,v 1.255 2008/08/20 22:55:33 jsg Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 25 2008 $
+.Dd $Mdocdate: August 20 2008 $
.Dt PCI 4
.Os
.Sh NAME
@@ -221,7 +221,7 @@ National Semiconductor PCI 10/100/Gigabit Ethernet device
.It Xr pcn 4
AMD PCnet-PCI 10/100 Ethernet device
.It Xr re 4
-RealTek 8139C+/8169/816xS/811xS/8101E 10/100/Gigabit Ethernet device
+RealTek 8139C+/8169/816xS/811xS/8168/810xE 10/100/Gigabit Ethernet device
.It Xr rl 4
Realtek 8129/8139 10/100 Ethernet device
.It Xr san 4
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 5dcde1cc066..c027e235c5b 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re.4,v 1.35 2008/01/10 10:40:23 brad Exp $
+.\" $OpenBSD: re.4,v 1.36 2008/08/20 22:55:33 jsg Exp $
.\" Copyright (c) 2003
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
.\"
@@ -31,12 +31,12 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $
.\"
-.Dd $Mdocdate: January 10 2008 $
+.Dd $Mdocdate: August 20 2008 $
.Dt RE 4
.Os
.Sh NAME
.Nm re
-.Nd RealTek 8139C+/8169/816xS/811xS/8101E 10/100/Gigabit Ethernet device
+.Nd RealTek 8139C+/8169/816xS/811xS/8168/810xE 10/100/Gigabit Ethernet device
.Sh SYNOPSIS
.Cd "re* at pci?"
.Cd "re* at cardbus?"
@@ -46,8 +46,8 @@
The
.Nm
driver provides support for various NICs based on the
-RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS and
-RTL8101E PCI and PCI Express Ethernet controllers,
+RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168 and
+RTL810xE PCI and PCI Express Ethernet controllers,
including the following:
.Pp
.Bl -bullet -compact
@@ -85,9 +85,9 @@ US Robotics USR997902 (8169S)
Xterasys XN-152 10/100/1000 NIC (8169)
.El
.Pp
-NICs based on the 8139C+ and 8101E are capable of 10 and 100Mbps speeds
+NICs based on the 8139C+ and 810xE are capable of 10 and 100Mbps speeds
over CAT5 cable.
-NICs based on the 8169, 816xS and 811xS are capable of 10, 100 and
+NICs based on the 8169, 816xS, 811xS and 8168 are capable of 10, 100 and
1000Mbps operation.
.Pp
All
@@ -99,11 +99,11 @@ and use a descriptor-based DMA mechanism.
.Pp
The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
The 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY.
-The 8169S and 8110S are single-chip devices
+The 8169S, 8110S, 8111B and 8168 are single-chip devices
containing both a 10/100/1000 MAC and 10/100/1000 copper PHY.
Standalone 10/100/1000 cards are available in both 32-bit PCI and 64-bit
PCI models.
-The 8110S is designed for embedded LAN-on-motherboard applications.
+The 8110S and 8111B designed for embedded LAN-on-motherboard applications.
.Pp
The 8169, 8169S and 8110S also support Jumbo frames,
which can be configured via the interface MTU setting.