diff options
author | 2009-07-30 09:34:57 +0000 | |
---|---|---|
committer | 2009-07-30 09:34:57 +0000 | |
commit | f59a23e1ced0254393020caf6d90d61eafa22948 (patch) | |
tree | 70ca9c227ec5a8c882d58f4a1129cee5d6e8a0ab | |
parent | Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad. (diff) | |
download | wireguard-openbsd-f59a23e1ced0254393020caf6d90d61eafa22948.tar.xz wireguard-openbsd-f59a23e1ced0254393020caf6d90d61eafa22948.zip |
List additional PHY now supported by this driver. From Brad, checked
against data sheets.
-rw-r--r-- | share/man/man4/ciphy.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/ciphy.4 b/share/man/man4/ciphy.4 index 518ca5d1dda..fc3d591560b 100644 --- a/share/man/man4/ciphy.4 +++ b/share/man/man4/ciphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ciphy.4,v 1.7 2009/02/11 17:52:09 jmc Exp $ +.\" $OpenBSD: ciphy.4,v 1.8 2009/07/30 09:34:57 sthen Exp $ .\" .\" Copyright (c) 2004 Peter Valchev <pvalchev@openbsd.org> .\" @@ -14,18 +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: February 11 2009 $ +.Dd $Mdocdate: July 30 2009 $ .Dt CIPHY 4 .Os .Sh NAME .Nm ciphy -.Nd Cicada CS8201/CS8204 10/100/Gigabit Ethernet PHY +.Nd Cicada/Vitesse CS82xx/VSC8211/VSC8601 10/100/Gigabit Ethernet PHY .Sh SYNOPSIS .Cd "ciphy* at mii?" .Sh DESCRIPTION The .Nm -driver supports the Cicada CS8201/CS8204 10/100/Gigabit copper PHY. +driver supports the Cicada CS8201/CS8204/VSC8211/CS8244 and Vitesse VSC8601 +10/100/Gigabit copper PHY. .Sh SEE ALSO .Xr ifmedia 4 , .Xr intro 4 , |