diff options
author | 2007-10-10 12:18:16 +0000 | |
---|---|---|
committer | 2007-10-10 12:18:16 +0000 | |
commit | 8032ed1e6069e3181626fc77cbfa2995e78c4e88 (patch) | |
tree | 2843769ec4b9f7f86ec95ad6b018a5aceb9edd0f | |
parent | Add support for the RTL8211B PHY based on a patch by (diff) | |
download | wireguard-openbsd-8032ed1e6069e3181626fc77cbfa2995e78c4e88.tar.xz wireguard-openbsd-8032ed1e6069e3181626fc77cbfa2995e78c4e88.zip |
Mention RTL8211B support.
-rw-r--r-- | share/man/man4/rgephy.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/rgephy.4 b/share/man/man4/rgephy.4 index 2f6ec3c5701..a2105286023 100644 --- a/share/man/man4/rgephy.4 +++ b/share/man/man4/rgephy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rgephy.4,v 1.5 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: rgephy.4,v 1.6 2007/10/10 12:18:16 jsg Exp $ .\" .\" Copyright (c) 2004 Peter Valchev <pvalchev@openbsd.org> .\" @@ -14,19 +14,19 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 10 2007 $ .Dt RGEPHY 4 .Os .Sh NAME .Nm rgephy -.Nd Realtek 8169S/8110S internal 10/100/1000 Ethernet PHY +.Nd Realtek 8169S/8110S/8211B 10/100/1000 Ethernet PHY .Sh SYNOPSIS .Cd "rgephy* at mii?" .Sh DESCRIPTION The .Nm driver supports the internal PHY found on Realtek 8169S/8110S -Ethernet adapters. +Ethernet adapters and the external 8211B PHY. .Sh SEE ALSO .Xr ifmedia 4 , .Xr intro 4 , |