diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-06-05 06:39:52 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-06-05 06:39:52 +0000 |
commit | e05c31bf663a977c097dce4d0272799553e1faa4 (patch) | |
tree | fb524181deb271c9ee6c9e0b3636e3387695541b /share | |
parent | d2522fe72e6b9b63a183c7d7eb8e4f6e0fa0b1c3 (diff) |
hack up a manpage for rgephy, the internal PHY in re(4) cards
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/rgephy.4 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/share/man/man4/rgephy.4 b/share/man/man4/rgephy.4 new file mode 100644 index 00000000000..508b3ecedd4 --- /dev/null +++ b/share/man/man4/rgephy.4 @@ -0,0 +1,36 @@ +.\" $OpenBSD: rgephy.4,v 1.1 2004/06/05 06:39:51 pvalchev Exp $ +.\" +.\" Copyright (c) 2004 Peter Valchev <pvalchev@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd June 5, 2004 +.Dt RGEPHY 4 +.Os +.Sh NAME +.Nm rgephy +.Nd Realtek 8169S/8110S internal 10/100/1000 PHY driver +.Sh SYNOPSIS +.Cd "rgephy* at mii? phy ?" +.Sh DESCRIPTION +The +.Nm +driver supports the internal PHY found on Realtek 8169S/8110S +devices (see +.Xr re 4 ) . +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr re 4 , +.Xr ifconfig 8 |