diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:44:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:44:45 +0000 |
commit | 2cc074364f551f6871e1050a17eb95d5a83ec3eb (patch) | |
tree | ebaaa8e8fd3704a0ae503945a506897b311bc965 /share | |
parent | af6c98cc2964e5a1732fb30338f38955d124cb2b (diff) |
man for mtd
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/hil.4 | 18 | ||||
-rw-r--r-- | share/man/man4/mtd.4 | 82 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
4 files changed, 106 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 33b2736403d..f6f5f87bff3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.243 2003/08/12 20:11:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.244 2003/08/19 03:44:44 mickey Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -16,7 +16,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ isa.4 isapnp.4 ises.4 iso.4 isp.4 it.4 \ ksyms.4 kue.4 \ lc.4 lge.4 lkm.4 lm.4 lmc.4 lo.4 lofn.4 lpt.4 lxtphy.4 \ - maestro.4 midi.4 mii.4 mpu.4 mtdphy.4 mtio.4 \ + maestro.4 midi.4 mii.4 mpu.4 mtd.4 mtdphy.4 mtio.4 \ ncr.4 ne.4 neo.4 netintro.4 nge.4 noct.4 nofn.4 ns.4 nsip.4 nsgphy.4 \ nsphy.4 nsphyter.4 null.4 \ ohci.4 opl.4 options.4 osiop.4 pcdisplay.4 pchb.4 pckbc.4 pckbd.4 \ diff --git a/share/man/man4/hil.4 b/share/man/man4/hil.4 index d989da3ee40..dd84ce67426 100644 --- a/share/man/man4/hil.4 +++ b/share/man/man4/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.4 2003/02/15 23:55:27 miod Exp $ +.\" $OpenBSD: hil.4,v 1.5 2003/08/19 03:44:44 mickey Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -46,6 +46,22 @@ workstations. .Pp It provides generic HIL management and interfaces for child devices, such as keyboards, button boxes, mice, graphics tablet, and ID modules. +.\".Pp +.\"hil devices: +.\"HP 45911A HP-HIL Graphics Tablet +.\"HP 46020A HP-HIL Keyboard +.\"HP 46021A HP-HIL Keyboard +.\"HP 46060A HP-HIL Mouse +.\"HP 46060B HP-HIL 3-Button Mouse +.\"HP 46083A HP-HIL Knob +.\"HP 46085A HP-HIL Control Dial Module +.\"HP 46086A HP-HIL 32-Button Box +.\"HP 46087A HP-HIL A-Size Digitizer +.\"HP 46088A HP-HIL B-Size Digitizer +.\"HP 46089A HP-HIL 4-Button Cursor for the HP 46087/88A Tablets +.\"HP 46094A HP-HIL Quadrature Box +.\"HP 46095A HP-HIL Quadrature 3-Button Mouse +.\"HP 80409A HP-HIL 3-Button Track Ball .Sh SEE ALSO .Xr gsc 4 , .Xr hilid 4 , diff --git a/share/man/man4/mtd.4 b/share/man/man4/mtd.4 new file mode 100644 index 00000000000..3315f670ab4 --- /dev/null +++ b/share/man/man4/mtd.4 @@ -0,0 +1,82 @@ +.\" $OpenBSD: mtd.4,v 1.1 2003/08/19 03:44:44 mickey Exp $ +.\" $NetBSD: mtd.4,v 1.3 2003/06/26 10:27:25 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>. +.\" +.\" 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?" +.Cd "mtdphy* at mii? phy ?" +.Sh DESCRIPTION +The +.Nm +device driver supports the MTD803 PCI Ethernet chip. +.Pp +Supported models include: +.Bl -bullet -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 mtdphy 4 , +.Xr pci 4 , +.\" .Xr rtk 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver appeared in +.Ox 3.4 . +.Sh AUTHORS +.An Peter Bex Aq Peter.Bex@student.kun.nl +.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. diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 1f493d752da..34f707ec901 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.77 2003/08/12 19:03:05 jason Exp $ +.\" $OpenBSD: pci.4,v 1.78 2003/08/19 03:44:44 mickey Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -219,6 +219,10 @@ Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet. Lan Media Corporation .Tn SSI/DS1/HSSI/DS3 interfaces. +.It Xr mtd 4 +Myson Technologies +.Tn MTD803 +3-in-1 Fast Ethernet interfaces. .It Xr ne 4 NE2000-compatible Ethernet interfaces. .It Xr nge 4 |