summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 13:29:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 13:29:47 +0000
commitca8fe7c9ba4f5e0927a78e3d78066ee40fa846f2 (patch)
tree6a2e38cbc0997183fc894ab46bb7a7d9bd374729 /share/man
parent3ab190d9a07c7fc06e8f7d3f5a4aa7eb038b5a84 (diff)
Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.org
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.i386/Makefile4
-rw-r--r--share/man/man4/man4.i386/aria.483
2 files changed, 85 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 21def2659db..d8546921f46 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 1996/04/19 05:48:09 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 1996/05/04 13:29:44 deraadt Exp $
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $
-MAN= intro.4 aha.4 ahb.4 aic.4 ast.4 autoconf.4 boca.4 bt.4
+MAN= intro.4 aha.4 ahb.4 aic.4 aria.4 ast.4 autoconf.4 boca.4 bt.4
MAN+= com.4 cy.4 ed.4 ep.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 ncr.4 npx.4 pms.4
MAN+= rtfps.4 scd.4 sea.4 speaker.4 uha.4 wd.4
MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4
diff --git a/share/man/man4/man4.i386/aria.4 b/share/man/man4/man4.i386/aria.4
new file mode 100644
index 00000000000..2a17fac542b
--- /dev/null
+++ b/share/man/man4/man4.i386/aria.4
@@ -0,0 +1,83 @@
+.\" $OpenBSD: aria.4,v 1.1 1996/05/04 13:29:46 deraadt Exp $
+.\" aria.4
+.\" Copyright (c) 1996 Roland C. Dowdeswell
+.\" All rights reserved.
+.\"
+.\" 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 Roland C. Dowdeswell.
+.\" 4. The name of the authors may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR `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 AUTHOR 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 January 21, 1996
+.Dt ARIA 4 i386
+.Os
+.Sh NAME
+.Nm aria
+.Nd
+Aria 16 device driver
+.Sh SYNOPSIS
+.Cd "aria0 at isa? port 0xPPP irq X drq Y flags Z"
+.Sh DESCRIPTION
+The
+.Nm aria
+driver provides support for sound cards based on Sierra Semiconductor's
+Aria chipset. Cards based on this chipset are capable of recording and
+play 8- or 16-bit samples in mono or stereo up to 44.1KHz. Some chipsets
+only play linear or ADCPM, but others will also play Mu-law and A-law
+sounds. Three different mixer configurations are available.
+.Pp
+The I/O Port Base is selected from 0x280, 0x290, 0x2a0 and 0x2b0. The
+selection method depends on the board. The Aria takes 8 ports.
+.Pp
+The IRQ is selected from 10, 11, or 12.
+.Pp
+The DRQ line is chosen from 5 or 6, this driver will work with or without
+a DRQ. If no DRQ is given, then the
+.Nm aria
+driver will simply use Direct I/O.
+.Pp
+The flags currently supported are 0x1, for the Prometheus Aria 16/Aria 16se.
+This flag tells the driver to initialise the card. It is a weird undocumented
+piece of horribleness, but the card will not respond until you twiddle with
+the joystick port...
+.Sh BUGS
+The driver has only been tested on a Prometheus Aria 16.
+.Pp
+No DMA support, yet, so don't bother setting a DRQ.
+.Pp
+The full-duplex features are horribly inconsistent. (i.e. unusable.)
+.Pp
+The card sometimes drops out, and needs to be reset. This can be
+accomplished by opening and closing /dev/audio, e.g.
+ echo -n >/dev/audio
+.Pp
+The joystick and MIDI port interfaces are not supported.
+.Sh SEE ALSO
+.Xr audio 4
+.Sh HISTORY
+The
+.Nm aria
+device driver appeared in
+.Nx 1.1 .