summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-10-04 09:32:44 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-10-04 09:32:44 +0000
commitf84cf1511433a461e1100580ad4218223d560cc9 (patch)
tree83d330db7244226e6a7573eacf44e659a180364f /share
parent823a39b560bdcfbee97983ce2176d5d47a5efc11 (diff)
add support for midi(4) ports to envy(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/envy.48
-rw-r--r--share/man/man4/midi.46
2 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/envy.4 b/share/man/man4/envy.4
index a386f0669d3..3e748a2ab97 100644
--- a/share/man/man4/envy.4
+++ b/share/man/man4/envy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: envy.4,v 1.13 2010/09/10 07:44:15 jmc Exp $
+.\" $OpenBSD: envy.4,v 1.14 2010/10/04 09:32:43 ratchov Exp $
.\"
.\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 10 2010 $
+.Dd $Mdocdate: October 4 2010 $
.Dt ENVY 4
.Os
.Sh NAME
@@ -23,6 +23,7 @@
.Sh SYNOPSIS
.Cd "envy* at pci?"
.Cd "audio* at envy?"
+.Cd "midi* at envy?"
.Sh DESCRIPTION
The
.Nm
@@ -118,6 +119,7 @@ number of codecs physically present on the card.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr intro 4 ,
+.Xr midi 4 ,
.Xr pci 4
.Sh HISTORY
The
@@ -125,7 +127,7 @@ The
driver first appeared in
.Ox 4.3 .
.Sh BUGS
-MIDI and S/PDIF transmitter/receivers are not yet supported.
+S/PDIF transmitter/receiver is not supported.
.Pp
Ring buffer sizes are limited to 64kB,
which can be limiting at high sample rates.
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4
index d78e66275bc..8c06d1ba695 100644
--- a/share/man/man4/midi.4
+++ b/share/man/man4/midi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: midi.4,v 1.25 2010/07/31 08:33:20 ratchov Exp $
+.\" $OpenBSD: midi.4,v 1.26 2010/10/04 09:32:43 ratchov Exp $
.\"
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 31 2010 $
+.Dd $Mdocdate: October 4 2010 $
.Dt MIDI 4
.Os
.Sh NAME
@@ -23,6 +23,7 @@
.Sh SYNOPSIS
.Cd "midi* at autri?"
.Cd "midi* at eap?"
+.Cd "midi* at envy?"
.Cd "midi* at mpu?"
.Cd "midi* at sb?"
.Cd "midi* at umidi?"
@@ -219,6 +220,7 @@ The device is already open by another process.
.Sh SEE ALSO
.Xr autri 4 ,
.Xr eap 4 ,
+.Xr envy 4 ,
.Xr mpu 4 ,
.Xr sb 4 ,
.Xr sequencer 4 ,