diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2010-03-27 16:50:16 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2010-03-27 16:50:16 +0000 |
commit | 771a7b4e7d649940d902ef03d98b0d221842c5c3 (patch) | |
tree | 922731e5c7b0e425f75db36c047ddbdb63dc6af9 /share/man | |
parent | 3ccd320bfd897976633aff55c269e2b16bcabb36 (diff) |
oops, manpage for aria should go too
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/aria.4 | 87 |
2 files changed, 2 insertions, 89 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0433022c819..5c571d73510 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.504 2010/03/01 23:35:56 mk Exp $ +# $OpenBSD: Makefile,v 1.505 2010/03/27 16:50:15 jakemsr Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -8,7 +8,7 @@ MAN= aac.4 ac97.4 acphy.4 \ admtm.4 admtmp.4 admtt.4 adt.4 adtfsm.4 adv.4 age.4 alc.4 ale.4 agp.4 \ aha.4 ahb.4 ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 amphy.4 \ - ams.4 an.4 andl.4 aps.4 arc.4 aria.4 art.4 \ + ams.4 an.4 andl.4 aps.4 arc.4 art.4 \ asbtm.4 ast.4 atalk.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 \ aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 axe.4 az.4 azalia.4 \ diff --git a/share/man/man4/aria.4 b/share/man/man4/aria.4 deleted file mode 100644 index 0449dd03f78..00000000000 --- a/share/man/man4/aria.4 +++ /dev/null @@ -1,87 +0,0 @@ -.\" $OpenBSD: aria.4,v 1.11 2007/05/31 19:19:49 jmc Exp $ -.\" -.\" 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 $Mdocdate: May 31 2007 $ -.Dt ARIA 4 -.Os -.Sh NAME -.Nm aria -.Nd Aria 16 audio device -.Sh SYNOPSIS -.Cd "aria0 at isa? port 0x280 irq 10 drq 0 flags 0x1" -.Sh DESCRIPTION -The -.Nm -driver provides support for sound cards based on Sierra Semiconductor's -Aria chipset. -Cards based on this chipset are capable of recording and playing -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 -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 initialize the card. -It is a weird and undocumented piece of horribleness, but the card -will not respond until you twiddle with the joystick port. -.Sh SEE ALSO -.Xr audio 4 , -.Xr intro 4 , -.Xr isa 4 -.Sh AUTHORS -.An Roland C. Dowdeswell Aq roland@imrryr.org -.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 -.Pa /dev/audio , -e.g., -.Dq echo -n >/dev/audio -.Pp -The joystick and MIDI port interfaces are not supported. |