Source-Changes-HG archive

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

[src/trunk]: src Add man page for gem(4). OK'd by eeh.



details:   https://anonhg.NetBSD.org/src/rev/2836739f25d9
branches:  trunk
changeset: 533815:2836739f25d9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 09 23:30:21 2002 +0000

description:
Add man page for gem(4). OK'd by eeh.

diffstat:

 distrib/sets/lists/man/mi |   4 +-
 share/man/man4/Makefile   |   9 ++--
 share/man/man4/gem.4      |  80 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 88 insertions(+), 5 deletions(-)

diffs (132 lines):

diff -r 4377c47565e2 -r 2836739f25d9 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Jul 09 23:25:07 2002 +0000
+++ b/distrib/sets/lists/man/mi Tue Jul 09 23:30:21 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.500 2002/07/09 22:18:38 jdolecek Exp $
+# $NetBSD: mi,v 1.501 2002/07/09 23:30:21 wiz Exp $
 ./usr/share/info/am-utils.info                 man-amd-info
 ./usr/share/info/as.info                       man-computil-info
 ./usr/share/info/awk.info                      man-util-info
@@ -632,6 +632,7 @@
 ./usr/share/man/cat4/fpa.0                     man-sys-catman
 ./usr/share/man/cat4/fta.0                     man-sys-catman
 ./usr/share/man/cat4/fxp.0                     man-sys-catman
+./usr/share/man/cat4/gem.0                     man-sys-catman
 ./usr/share/man/cat4/gentbi.0                  man-sys-catman
 ./usr/share/man/cat4/gif.0                     man-sys-catman
 ./usr/share/man/cat4/glxtphy.0                 man-sys-catman
@@ -2367,6 +2368,7 @@
 ./usr/share/man/man4/fpa.4                     man-sys-man
 ./usr/share/man/man4/fta.4                     man-sys-man
 ./usr/share/man/man4/fxp.4                     man-sys-man
+./usr/share/man/man4/gem.4                     man-sys-man
 ./usr/share/man/man4/gentbi.4                  man-sys-man
 ./usr/share/man/man4/gif.4                     man-sys-man
 ./usr/share/man/man4/glxtphy.4                 man-sys-man
diff -r 4377c47565e2 -r 2836739f25d9 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue Jul 09 23:25:07 2002 +0000
+++ b/share/man/man4/Makefile   Tue Jul 09 23:30:21 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.262 2002/06/18 00:37:04 enami Exp $
+#      $NetBSD: Makefile,v 1.263 2002/07/09 23:30:23 wiz Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \
@@ -10,9 +10,10 @@
        cmpci.4 cms.4 cnw.4 com.4 ddb.4 de.4 dmphy.4 dpt.4 dpti.4 drum.4 eap.4 \
        ebus.4 edc.4 elmc.4 emuxki.4 en.4 envsys.4 ep.4 esh.4 esis.4 esa.4 \
        esiop.4 esl.4 esm.4 eso.4 exphy.4 \
-       fd.4 fpa.4 fms.4 fxp.4 gentbi.4 glxtphy.4 gre.4 gphyter.4 gsip.4 hme.4 \
-       icmp.4 icp.4 icsphy.4 idp.4 ifmedia.4 iha.4 inet.4 inphy.4 intersil7170.4 \
-       ioasic.4 ioat.4 \
+       fd.4 fpa.4 fms.4 fxp.4 \
+       gem.4 gentbi.4 glxtphy.4 gre.4 gphyter.4 gsip.4 hme.4 \
+       icmp.4 icp.4 icsphy.4 idp.4 ifmedia.4 iha.4 inet.4 \
+       inphy.4 intersil7170.4 ioasic.4 ioat.4 \
        iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 iso.4 isp.4 joy.4 \
        lc.4 ld.4 lkm.4 \
        lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 mcclock.4 \
diff -r 4377c47565e2 -r 2836739f25d9 share/man/man4/gem.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/gem.4      Tue Jul 09 23:30:21 2002 +0000
@@ -0,0 +1,80 @@
+.\" $NetBSD: gem.4,v 1.1 2002/07/09 23:30:23 wiz Exp $
+.\"
+.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 July 10, 2002
+.Dt GEM 4
+.Os
+.Sh NAME
+.Nm gem
+.Nd ERI/GEM/GMAC Ethernet device driver
+.Sh SYNOPSIS
+.Cd "gem* at pci? dev ? function ?"
+.Pp
+Configuration of PHYs may also be necessary.
+See
+.Xr mii 4 .
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the GMac Ethernet hardware found mostly in
+the last Apple PowerBooks G3s and most G4-based Apple hardware, as
+well as many Sun UltraSPARCs.
+.Pp
+Cards supported by this driver include:
+.Bl -bullet -compact -offset indent
+.It
+Sun GEM gigabit ethernet
+.It
+Sun ERI 10/100
+.It
+Apple GMAC
+.El
+.Sh SEE ALSO
+.Xr bm 4 ,
+.Xr de 4 ,
+.Xr hme 4 ,
+.Xr mc 4 ,
+.Xr mii 4 ,
+.Xr tlp 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 1.6 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by Eduardo Horvath
+.Aq eeh%netbsd.org@localhost .
+The man page was written by Thomas Klausner
+.Aq wiz%netbsd.org@localhost .



Home | Main Index | Thread Index | Old Index