diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-24 14:46:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-24 14:46:22 +0000 |
commit | d6bf72cde3da2814d7a5139b5f4efc0bd0656dfd (patch) | |
tree | 0c81719f8ebb707cc878a1d07f6021cf5b99ca46 /share | |
parent | f1d8cfc9980a9dc2910a6034b7d5065e4b263306 (diff) |
Now supports RTL8201L too; based on a diff from fgs
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/rlphy.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/rlphy.4 b/share/man/man4/rlphy.4 index 651dc12039b..6b3cf049fe7 100644 --- a/share/man/man4/rlphy.4 +++ b/share/man/man4/rlphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlphy.4,v 1.6 2003/06/02 18:51:33 jason Exp $ +.\" $OpenBSD: rlphy.4,v 1.7 2004/09/24 14:46:21 millert Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm rlphy -.Nd Realtek 8139 internal Ethernet PHY driver +.Nd Realtek 8139/8201L Ethernet PHY driver .Sh SYNOPSIS .Cd "rlphy* at mii? phy ?" .Sh DESCRIPTION @@ -38,9 +38,12 @@ The driver supports the internal physical layer interface (PHY) found on Realtek Semiconductor .Tn RTL8139 -based Ethernet adapters. +based Ethernet adapters, as well the +.Tn RTL8201L +Ethernet PHY chip. .Sh SEE ALSO .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , +.Xr rl 4 , .Xr ifconfig 8 |