diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 03:00:29 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 03:00:29 +0000 |
commit | f650f5bf95e68cf714c68fe1936d679506a49ad8 (patch) | |
tree | e0a5a25f54faa8d7c10e4b67eee51fedf48b2b06 /share | |
parent | ea7f3031026a011cd8d20bca1c2cec400491bec2 (diff) |
mention re(4) cardbus support and specifically Netgear GA511
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/cardbus.4 | 5 | ||||
-rw-r--r-- | share/man/man4/re.4 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index 744a0e89d5a..0b71f83e48a 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.26 2004/12/29 10:18:48 jmc Exp $ +.\" $OpenBSD: cardbus.4,v 1.27 2005/01/14 03:00:28 pvalchev Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -63,6 +63,8 @@ ADMtek ADM8211 802.11 wireless network adapter. Intel 21143 and Xircom X3201-based Ethernet interfaces. .It Xr fxp 4 Intel PRO/100 CardBus II Ethernet interfaces. +.It Xr re 4 +Realtek 8169/8169S/8110S-based Ethernet interfaces. .It Xr rl 4 Realtek 8129/8139-based Ethernet interfaces. .It Xr rtw 4 @@ -96,6 +98,7 @@ USB OHCI host controller. .Xr pci 4 , .Xr pcibios 4 , .Xr pcmcia 4 , +.Xr re 4 , .Xr rl 4 , .Xr rtw 4 , .Xr xl 4 diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index 74ea04e987c..8ed72a34e84 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re.4,v 1.8 2004/10/29 11:45:01 jsg Exp $ +.\" $OpenBSD: re.4,v 1.9 2005/01/14 03:00:28 pvalchev Exp $ .\" Copyright (c) 2003 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. .\" @@ -40,6 +40,7 @@ .Nd "Realtek 8169/8169S/8110S PCI Ethernet adapter driver" .Sh SYNOPSIS .Cd "re* at pci?" +.Cd "re* at cardbus?" .Sh DESCRIPTION The .Nm @@ -63,6 +64,8 @@ Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) .It Xterasys XN-152 10/100/1000 NIC (8169) +.It +Netgear GA511 PC Card (8169) .El .\" .Pp .\" NICs based on the 8139C+ are capable of 10 and 100Mbps speeds over CAT5 |