Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Manual page for the new pcn driver.



details:   https://anonhg.NetBSD.org/src/rev/6a919e02bbc6
branches:  trunk
changeset: 514288:6a919e02bbc6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 27 19:51:29 2001 +0000

description:
Manual page for the new pcn driver.

diffstat:

 share/man/man4/Makefile |    4 +-
 share/man/man4/pcn.4    |  101 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+), 2 deletions(-)

diffs (123 lines):

diff -r e0dd2c8bdd03 -r 6a919e02bbc6 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Mon Aug 27 19:42:18 2001 +0000
+++ b/share/man/man4/Makefile   Mon Aug 27 19:51:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.222 2001/08/25 04:11:48 thorpej Exp $
+#      $NetBSD: Makefile,v 1.223 2001/08/27 19:51:29 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   acphy.4 adv.4 adw.4 ahb.4 ahc.4 amhphy.4 an.4 aria.4 atalk.4 audio.4 \
@@ -12,7 +12,7 @@
        lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 md.4 mhzc.4 midi.4 mii.4 \
        mk48txx.4 mlx.4 mly.4 mpu.4 mtio.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 \
        nsphy.4 nsphyter.4 ntwoc.4 null.4 opl.4 options.4 osiop.4 pas.4 \
-       pcdisplay.4 pciide.4 pckbc.4 pckbd.4 pcppi.4 pcscp.4 pcweasel.4 \
+       pcdisplay.4 pciide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 pcscp.4 pcweasel.4 \
        pms.4 pnaphy.4 ppp.4 pty.4 puc.4 qsphy.4 raid.4 ray.4 rnd.4 route.4 \
        rtk.4 sbus.4 scsi.4 sd.4 se.4 ses.4 sf.4 siop.4 sip.4 sl.4 sm.4 \
        speaker.4 spp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sv.4 strip.4 tb.4 tcp.4 \
diff -r e0dd2c8bdd03 -r 6a919e02bbc6 share/man/man4/pcn.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/pcn.4      Mon Aug 27 19:51:29 2001 +0000
@@ -0,0 +1,101 @@
+.\"    $NetBSD: pcn.4,v 1.1 2001/08/27 19:51:29 thorpej Exp $
+.\"
+.\" Copyright 2001 Wasabi Systems, Inc.
+.\" All rights reserved.
+.\"
+.\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
+.\"
+.\" 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 for the NetBSD Project by
+.\"    Wasabi Systems, Inc.
+.\" 4. The name of Wasabi Systems, Inc. may not be used to endorse
+.\"    or promote products derived from this software without specific prior
+.\"    written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``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 WASABI SYSTEMS, INC
+.\" 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 August 27, 2001
+.Dt PCN 4
+.Os
+.Sh NAME
+.Nm pcn
+.Nd AMD PCnet-PCI Ethernet family driver
+.Sh SYNOPSIS
+.Cd "pcn* at pci? dev ? function ?"
+.Pp
+Configuration of PHYs may also be necessary.  See
+.Xr mii 4 .
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports Ethernet interfaces based on the AMD
+PCnet-PCI family of Ethernet chips.  The chips supported by
+the
+.Nm
+driver include:
+.Bl -bullet
+.It
+Am79c970 PCnet-PCI Single-Chip Ethernet Controller for PCI
+Local Bus
+.It
+Am79c970A PCnet-PCI II Single-Chip Full-Duplex Ethernet Controller
+for PCI Local Bus
+.It
+Am79c971 PCnet-FAST Single-Chip Full-Duplex 10/100Mbps
+Ethernet Controller for PCI Local Bus  
+.It
+Am79c972 PCnet-FAST+ Enhanced 10/100Mbps PCI Ethernet Controller
+with OnNow Support
+.It
+Am79c973/Am79c975 PCnet-FAST III Single-Chip 10/100Mbps PCI
+Ethernet Controller with Integrated PHY
+.El
+.Pp
+PCnet-PCI chips are found on some Hewlett-Packard PCI Ethernet
+boards, and on the Allied Telesyn AT-2700TX PCI Ethernet board.
+They are also found on some processor evaluation boards as an
+example peripheral.
+.Pp
+The
+.Nm
+driver also supports the emulated PCnet-PCI interface provided
+by VMware.
+.\" .Sh DIAGNOSTICS
+.\" XXX too be done.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ifmedia 4 ,
+.Xr mii 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 1.6 .
+.Sh AUTHOR
+The
+.Nm
+driver was written by
+.An Jason R. Thorpe
+.Aq thorpej%wasabisystems.com@localhost .



Home | Main Index | Thread Index | Old Index