Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Create a manpage for igphy(4). kern/35398.



details:   https://anonhg.NetBSD.org/src/rev/71a7413692b1
branches:  trunk
changeset: 755508:71a7413692b1
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jun 08 05:38:32 2010 +0000

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

diffstat:

 distrib/sets/lists/man/mi |   5 +++-
 share/man/man4/Makefile   |   5 ++-
 share/man/man4/igphy.4    |  49 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 3 deletions(-)

diffs (105 lines):

diff -r 0503d95b779e -r 71a7413692b1 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Jun 08 05:20:35 2010 +0000
+++ b/distrib/sets/lists/man/mi Tue Jun 08 05:38:32 2010 +0000
@@ -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
diff -r 0503d95b779e -r 71a7413692b1 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue Jun 08 05:20:35 2010 +0000
+++ b/share/man/man4/Makefile   Tue Jun 08 05:38:32 2010 +0000
@@ -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 \
diff -r 0503d95b779e -r 71a7413692b1 share/man/man4/igphy.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/igphy.4    Tue Jun 08 05:38:32 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index