diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-14 20:33:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-14 20:33:25 +0000 |
commit | 0b9452526f266c4085d063c215a89d11a80ee6e2 (patch) | |
tree | 953e85c2dc4872e82b672d55f675d81abab29831 /share/man | |
parent | 604aadc458f2cced0d429c07f21765fd9ebca4fe (diff) |
add a man page for luphy
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/hme.4 | 3 | ||||
-rw-r--r-- | share/man/man4/luphy.4 | 35 | ||||
-rw-r--r-- | share/man/man4/mii.4 | 4 |
4 files changed, 43 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 1b92eb74596..e98e8732eef 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.292 2005/03/16 20:24:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.293 2005/04/14 20:33:24 brad Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ @@ -15,8 +15,8 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ hme.4 hotplug.4 hsq.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipsec.4 ipw.4 isa.4 isapnp.4 \ - ises.4 isp.4 it.4 iwi.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 \ - lm.4 lmc.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 maestro.4 midi.4 \ + ises.4 isp.4 it.4 iwi.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ + lmc.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \ mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ncr.4 ne.4 neo.4 \ netintro.4 nge.4 noct.4 nofn.4 ns.4 nsclpcsio.4 nsgphy.4 \ nsip.4 nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \ diff --git a/share/man/man4/hme.4 b/share/man/man4/hme.4 index 40433ba313c..d95a6011a4e 100644 --- a/share/man/man4/hme.4 +++ b/share/man/man4/hme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hme.4,v 1.6 2005/04/14 20:00:44 brad Exp $ +.\" $OpenBSD: hme.4,v 1.7 2005/04/14 20:33:24 brad Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -97,6 +97,7 @@ Use 10baseT, half duplex .Xr inet 4 , .Xr intro 4 , .Xr le 4 , +.Xr luphy 4 , .Xr netintro 4 , .Xr qe 4 , .Xr sbus 4 , diff --git a/share/man/man4/luphy.4 b/share/man/man4/luphy.4 new file mode 100644 index 00000000000..e7c3f989497 --- /dev/null +++ b/share/man/man4/luphy.4 @@ -0,0 +1,35 @@ +.\" $OpenBSD: luphy.4,v 1.1 2005/04/14 20:33:24 brad Exp $ +.\" +.\" Copyright (c) 2005 Brad Smith <brad@comstyle.com> +.\" +.\" 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 April 14, 2005 +.Dt LUPHY 4 +.Os +.Sh NAME +.Nm luphy +.Nd Lucent Technologies LU6612 10/100 Ethernet PHY driver +.Sh SYNOPSIS +.Cd "luphy* at mii?" +.Sh DESCRIPTION +The +.Nm +driver supports the Lucent Technologies LU6612 10/100 Ethernet PHY. +This PHY is found on a variety of high-performance Ethernet interfaces. +.Sh SEE ALSO +.Xr hme 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 993860fbb88..c8bf2e48f3a 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.19 2004/12/01 01:38:35 pvalchev Exp $ +.\" $OpenBSD: mii.4,v 1.20 2005/04/14 20:33:24 brad Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -55,6 +55,7 @@ .Cd "icsphy* at mii?" .Cd "inphy* at mii?" .Cd "iophy* at mii?" +.Cd "luphy* at mii?" .Cd "lxtphy* at mii?" .Cd "mtdphy* at mii?" .Cd "nsgphy* at mii?" @@ -116,6 +117,7 @@ program. .Xr inphy 4 , .Xr intro 4 , .Xr iophy 4 , +.Xr luphy 4 , .Xr lxtphy 4 , .Xr mtdphy 4 , .Xr netintro 4 , |