Module Name:    src
Committed By:   riz
Date:           Tue Jun  8 05:38:32 UTC 2010

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
Added Files:
        src/share/man/man4: igphy.4

Log Message:
Create a manpage for igphy(4).  kern/35398.


To generate a diff of this commit:
cvs rdiff -u -r1.1215 -r1.1216 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.518 -r1.519 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/igphy.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1215 src/distrib/sets/lists/man/mi:1.1216
--- src/distrib/sets/lists/man/mi:1.1215	Fri Jun  4 08:37:10 2010
+++ src/distrib/sets/lists/man/mi	Tue Jun  8 05:38:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1215 2010/06/04 08:37:10 jmmv Exp $
+# $NetBSD: mi,v 1.1216 2010/06/08 05:38:32 riz Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1105,6 +1105,7 @@
 ./usr/share/man/cat4/ieee80211.0		man-sys-catman		.cat
 ./usr/share/man/cat4/ifmedia.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ifpci.0			man-sys-catman		.cat
+./usr/share/man/cat4/igphy.0			man-sys-catman		.cat
 ./usr/share/man/cat4/igsfb.0			man-sys-catman		.cat
 ./usr/share/man/cat4/iha.0			man-sys-catman		.cat
 ./usr/share/man/cat4/iic.0			man-sys-catman		.cat
@@ -3740,6 +3741,7 @@
 ./usr/share/man/html4/ieee80211.html		man-sys-htmlman		html
 ./usr/share/man/html4/ifmedia.html		man-sys-htmlman		html
 ./usr/share/man/html4/ifpci.html		man-sys-htmlman		html
+./usr/share/man/html4/igphy.html		man-sys-htmlman		html
 ./usr/share/man/html4/igsfb.html		man-sys-htmlman		html
 ./usr/share/man/html4/iha.html			man-sys-htmlman		html
 ./usr/share/man/html4/iic.html			man-sys-htmlman		html
@@ -6215,6 +6217,7 @@
 ./usr/share/man/man4/ieee80211.4		man-sys-man		.man
 ./usr/share/man/man4/ifmedia.4			man-sys-man		.man
 ./usr/share/man/man4/ifpci.4			man-sys-man		.man
+./usr/share/man/man4/igphy.4			man-sys-man		.man
 ./usr/share/man/man4/igsfb.4			man-sys-man		.man
 ./usr/share/man/man4/iha.4			man-sys-man		.man
 ./usr/share/man/man4/iic.4			man-sys-man		.man

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.518 src/share/man/man4/Makefile:1.519
--- src/share/man/man4/Makefile:1.518	Sun May 30 22:22:18 2010
+++ src/share/man/man4/Makefile	Tue Jun  8 05:38:32 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.518 2010/05/30 22:22:18 wiz Exp $
+#	$NetBSD: Makefile,v 1.519 2010/06/08 05:38:32 riz Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -29,7 +29,8 @@
 	glxtphy.4 gpib.4 gpio.4 gpiolock.4 gpiosim.4 gre.4 gphyter.4 gsip.4 \
 	hdaudio.4 hifn.4 hme.4 hpqlb.4 hptide.4 \
 	ichlpcib.4 ichsmb.4 icmp.4 icp.4 icsphy.4 iee.4 ieee80211.4 \
-	ifmedia.4 igsfb.4 iha.4 iic.4 inet.4 ikphy.4 inphy.4 intersil7170.4 \
+	ifmedia.4 igphy.4 igsfb.4 iha.4 iic.4 inet.4 ikphy.4 inphy.4 \
+	intersil7170.4 \
 	ioasic.4 ioat.4 iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 ipmi.4 ipw.4 \
 	iso.4 isp.4 isv.4 itesio.4 iteide.4 iwi.4 iwn.4 ixpide.4 \
 	jme.4 jmide.4 joy.4 \

Added files:

Index: src/share/man/man4/igphy.4
diff -u /dev/null src/share/man/man4/igphy.4:1.1
--- /dev/null	Tue Jun  8 05:38:32 2010
+++ src/share/man/man4/igphy.4	Tue Jun  8 05:38:32 2010
@@ -0,0 +1,49 @@
+.\" $NetBSD: igphy.4,v 1.1 2010/06/08 05:38:32 riz Exp $
+.\"
+.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Jeff Rizzo
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``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 FOUNDATION OR CONTRIBUTORS
+.\" 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 June 7, 2010
+.Dt IGPHY 4
+.Os
+.Sh NAME
+.Nm igphy
+.Nd Driver for Intel IGP01E1000, i82566 10/100/1000 Ethernet PHYs
+.Sh SYNOPSIS
+.Cd "igphy* at mii? phy ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the Intel IGP01E1000 and i82566 10/100/1000 Ethernet PHYs.
+These PHYs are found on the Intel PRO 1000 GT Gigabit Ethernet Card,
+some Intel system boards, and some models of ThinkPad.
+.Sh SEE ALSO
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr mii 4 ,
+.Xr wm 4 ,
+.Xr ifconfig 8

Reply via email to