diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-12 19:19:55 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-12 19:19:55 +0000 |
commit | 4a7de483e39e0d8e77668129d697efa3dd92baac (patch) | |
tree | c6bfc80b81ce4495661c5b55f874fec3530c0a95 /share/man | |
parent | 79215e128804551b6166d08920ce4018c1d5fb67 (diff) |
add an initial man page for ipgphy.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ipgphy.4 | 34 | ||||
-rw-r--r-- | share/man/man4/mii.4 | 4 |
3 files changed, 39 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7e534b21d23..11ec650ebab 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.369 2006/06/29 22:14:41 dlg Exp $ +# $OpenBSD: Makefile,v 1.370 2006/07/12 19:19:54 brad Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -20,7 +20,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ ichiic.4 ichwdt.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 ipmi.4 ipsec.4 ipw.4 \ + iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ipsec.4 ipw.4 \ isa.4 isagpio.4 isapnp.4 \ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ diff --git a/share/man/man4/ipgphy.4 b/share/man/man4/ipgphy.4 new file mode 100644 index 00000000000..00c29a30f9b --- /dev/null +++ b/share/man/man4/ipgphy.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: ipgphy.4,v 1.1 2006/07/12 19:19:54 brad Exp $ +.\" +.\" Copyright (c) 2006 Brad Smith <brad@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 July 12, 2006 +.Dt IPGPHY 4 +.Os +.Sh NAME +.Nm ipgphy +.Nd IC Plus IP1000A integrated Gigabit Ethernet PHY driver +.Sh SYNOPSIS +.Cd "ipgphy* at mii?" +.Sh DESCRIPTION +The +.Nm +driver supports the IC Plus IP1000A integrated Gigabit Ethernet PHY interface. +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr stge 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 4b45a0ef6ac..8b29f67d68c 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.21 2005/12/22 23:01:01 martin Exp $ +.\" $OpenBSD: mii.4,v 1.22 2006/07/12 19:19:54 brad Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -53,6 +53,7 @@ .Cd "exphy* at mii?" .Cd "gentbi* at mii?" .Cd "icsphy* at mii?" +.Cd "ipgphy* at mii?" .Cd "inphy* at mii?" .Cd "iophy* at mii?" .Cd "luphy* at mii?" @@ -114,6 +115,7 @@ program. .Xr gentbi 4 , .Xr icsphy 4 , .Xr ifmedia 4 , +.Xr ipgphy 4 , .Xr inphy 4 , .Xr intro 4 , .Xr iophy 4 , |