summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-11-28 23:27:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-11-28 23:27:41 +0000
commit949e53e2dedda9dd7d9cfab9b23c399e622014a7 (patch)
treef1984848cfb5f504306d99cbcdba9d9aba98bd9e
parenta1d1520f42e88852a108033a7093b08043f235ab (diff)
mpu man and on isa
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/midi.46
-rw-r--r--share/man/man4/mpu.466
3 files changed, 71 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 456df25f180..0a7fecce6a1 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.223 2002/11/19 02:22:31 deraadt Exp $
+# $OpenBSD: Makefile,v 1.224 2002/11/28 23:27:40 mickey Exp $
MAN= aac.4 ac97.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 \
@@ -15,7 +15,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \
isa.4 isapnp.4 ises.4 iso.4 isp.4 \
ksyms.4 kue.4 \
lc.4 lge.4 lkm.4 lmc.4 lo.4 lofn.4 lpt.4 lxtphy.4 \
- maestro.4 midi.4 mii.4 mtdphy.4 mtio.4 \
+ maestro.4 midi.4 mii.4 mpu.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 pcdisplay.4 pchb.4 pckbc.4 pckbd.4 \
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4
index ce0a63e211b..34c9298add3 100644
--- a/share/man/man4/midi.4
+++ b/share/man/man4/midi.4
@@ -1,10 +1,9 @@
-.\" $OpenBSD: midi.4,v 1.11 2002/09/26 07:55:40 miod Exp $
+.\" $OpenBSD: midi.4,v 1.12 2002/11/28 23:27:40 mickey Exp $
.\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $
.\"
.\" Copyright (c) 1997 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:
@@ -46,11 +45,12 @@
.Pp
.Cd "# i386"
.Cd "midi* at autri?"
-.Cd "midi* at mpu?"
.Cd "midi* at opl?"
.Cd "midi* at sb?"
.Cd "midi* at wss?"
.Ct "midi* at ym?"
+.Cd "midi* at mpu?"
+.Ct "midi* at ympu?"
.Pp
.Cd "# sparc64"
.Cd "midi* at autri?"
diff --git a/share/man/man4/mpu.4 b/share/man/man4/mpu.4
new file mode 100644
index 00000000000..0bdbf7cd728
--- /dev/null
+++ b/share/man/man4/mpu.4
@@ -0,0 +1,66 @@
+.\" $NetBSD: mpu.4,v 1.5 2001/03/30 14:34:27 minoura Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" 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 August 18, 1998
+.Dt MPU 4
+.Os
+.Sh NAME
+.Nm mpu
+.Nd Roland/Yamaha MPU401 (and compatible) MIDI UART driver
+.Sh SYNOPSIS
+.Cd "mpu* at isa? port 0x300"
+.Cd "mpu* at isapnp?
+.Cd "midi* at mpu?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Roland/Yamaha MPU401 (and compatible)
+MIDI UART cards.
+.Pp
+Access to the device is through the MIDI driver.
+.Pp
+.\" The
+.\" .Nm
+.\" driver usually attaches to a sound card, but it can also sit
+.\" directly on the ISA bus.
+.Sh SEE ALSO
+.Xr isa 4 ,
+.Xr midi 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Ox 2.6 .