Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add mtd(4) man page by Martin Husemann and Pe...



details:   https://anonhg.NetBSD.org/src/rev/0874bb9b321e
branches:  trunk
changeset: 539239:0874bb9b321e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 11 22:34:27 2002 +0000

description:
Add mtd(4) man page by Martin Husemann and Peter Bex, with some
improvements by me.

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/mtd.4    |  79 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 2 deletions(-)

diffs (101 lines):

diff -r 631811a29521 -r 0874bb9b321e share/man/man4/Makefile
--- a/share/man/man4/Makefile   Mon Nov 11 22:30:15 2002 +0000
+++ b/share/man/man4/Makefile   Mon Nov 11 22:34:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.271 2002/10/30 15:45:10 agc Exp $
+#      $NetBSD: Makefile,v 1.272 2002/11/11 22:34:27 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 \
@@ -18,7 +18,7 @@
        lc.4 ld.4 lkm.4 \
        lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 mcclock.4 \
        md.4 mfb.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 \
+       mk48txx.4 mlx.4 mly.4 mpu.4 mtd.4 mtio.4 ne.4 neo.4 netintro.4 ns.4 \
        nsclpcsio.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 pcn.4 pcppi.4 pcscp.4 pcweasel.4 \
diff -r 631811a29521 -r 0874bb9b321e share/man/man4/mtd.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/mtd.4      Mon Nov 11 22:34:27 2002 +0000
@@ -0,0 +1,79 @@
+.\"    $NetBSD: mtd.4,v 1.1 2002/11/11 22:34:28 wiz Exp $
+.\"
+.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Peter Bex <Peter.Bex%student.kun.nl@localhost>.
+.\"
+.\" 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 November 8, 2002
+.Dt MTD 4
+.Os
+.Sh NAME
+.Nm mtd
+.Nd Driver for Myson Technologies MTD803 3-in-1 Fast Ethernet board
+.Sh SYNOPSIS
+.Cd "mtd* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports the MTD803 PCI Ethernet chip.
+.Pp
+Supported models include:
+.Bl -bullet -tag -compact
+.It
+Safeway Lancard SW-10/100 PCI (model 117204).
+Please note that some cards sold under this name are supported by
+.Xr rtk 4
+instead.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr mii 4 ,
+.Xr pci 4 ,
+.Xr rtk 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 1.7 .
+.Sh AUTHORS
+.An Peter Bex Aq Peter.Bex%student.kun.nl@localhost
+.Sh BUGS
+This driver has not been tested on any architecture besides i386.
+It does not handle DMA cache flushes at all, so it will very likely
+not work on other architectures that require this.
+.Pp
+Power management is missing.
+.Pp
+A cardbus variant is rumored to exist, but support for it has not been
+added to the driver yet.



Home | Main Index | Thread Index | Old Index