diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-05-07 19:40:55 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-05-07 19:40:55 +0000 |
commit | 200fadd3f1f13e511c3ba4e7f482244f7745102c (patch) | |
tree | 54e3d8407141e02e3efd711767eaa44b46e65e64 /share/man | |
parent | fd00df0bfba995800398c39009907f7e4fb74ebd (diff) |
manpage for urlphy(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/urlphy.4 | 49 |
2 files changed, 51 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 6134be6c384..7d3e264a7d7 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.204 2002/05/06 17:26:00 nate Exp $ +# $OpenBSD: Makefile,v 1.205 2002/05/07 19:40:53 nate Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -28,7 +28,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ tp.4 tqphy.4 trm.4 tty.4 tun.4 twe.4 tx.4 txp.4 txphy.4 \ uaudio.4 ubsec.4 ucom.4 udp.4 uftdi.4 ugen.4 uhci.4 uhid.4 uk.4 ukbd.4 \ ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 upl.4 uplcom.4 urio.4 \ - url.4 usb.4 uscanner.4 usscanner.4 uvisor.4 uyap.4 \ + url.4 urlphy.4 usb.4 uscanner.4 usscanner.4 uvisor.4 uyap.4 \ vga.4 vlan.4 vnd.4 vr.4 \ wb.4 wd.4 wdc.4 we.4 wi.4tbl \ wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ diff --git a/share/man/man4/urlphy.4 b/share/man/man4/urlphy.4 new file mode 100644 index 00000000000..da6cd48d3a2 --- /dev/null +++ b/share/man/man4/urlphy.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: urlphy.4,v 1.1 2002/05/07 19:40:54 nate Exp $ +.\" +.\" Copyright (c) 2002 Nathan L. Binkert +.\" All rights reserved. +.\" +.\" Permission to redistribute, use, copy, and modify this software +.\" without fee is hereby granted, provided that the following +.\" conditions are met: +.\" +.\" 1. This entire notice is included in all source code copies of any +.\" software which is or includes a copy or modification of this +.\" software. +.\" 2. The name of the author may not be used to endorse or promote +.\" products derived from this software without specific prior +.\" written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd May 7, 2002 +.Dt URLPHY 4 +.Os +.Sh NAME +.Nm urlphy +.Nd Realtek RTL8150L Internal PHY driver +.Sh SYNOPSIS +.Cd "urlphy* at mii? phy ?" +.Sh DESCRIPTION +The +.Nm +driver supports the internal PHY found on Realtek RTL8150L USB Ethernet +devices (see +.Xr url 4 ) . +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr url 4 , +.Xr ifconfig 8 + |