2001-09-11 21:39:00 +04:00
|
|
|
.\" $NetBSD: aria.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
|
1999-04-14 00:25:28 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
1998-06-06 14:14:21 +04:00
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
1999-04-14 00:25:28 +04:00
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Roland C. Dowdeswell.
|
|
|
|
.\"
|
1998-06-06 14:14:21 +04:00
|
|
|
.\" 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
|
1999-04-14 00:25:28 +04:00
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
1998-06-06 14:14:21 +04:00
|
|
|
.\" 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 May 28, 1998
|
|
|
|
.Dt ARIA 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1998-06-06 14:14:21 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm aria
|
1999-12-16 01:07:30 +03:00
|
|
|
.Nd Sierra's Aria chipset audio device driver
|
1998-06-06 14:14:21 +04:00
|
|
|
.Sh SYNOPSIS
|
1998-06-09 00:45:44 +04:00
|
|
|
.Cd "aria0 at isa? port 0xPPP irq I"
|
|
|
|
.Cd "aria0 at isa? port 0xPPP irq I flags 1"
|
1998-06-06 14:14:21 +04:00
|
|
|
.Cd "audio* at aria?"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for Sierra's Aria chipset,
|
|
|
|
which is the basis of such cards as the Prometheus Aria 16, the
|
|
|
|
Genoa AudioBahn 16 Pro, and some Diamond Sonic Sounds (Rev A5 and
|
|
|
|
Rev B2).
|
|
|
|
.Pp
|
|
|
|
The Sierra Aria chipset is full-duplex and is capable of 8- and
|
|
|
|
16- bit audio sample recording and playback at 7875 Hz, 11025 Hz,
|
|
|
|
15750 Hz, 22050 Hz, 31500 Hz, and 44100 Hz.
|
|
|
|
.Pp
|
|
|
|
Valid I/O addresses are 0x280, 0x290, 0x2A0, and 0x2B0.
|
|
|
|
The IRQ may be set to 10, 11, or 12.
|
|
|
|
.Pp
|
|
|
|
The flags setting is necessary for
|
|
|
|
the Prometheus Aria 16, as it needs to be specially
|
|
|
|
configured at each cold boot by twiddling with the
|
|
|
|
joystick port.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr audio 4 ,
|
2000-07-05 19:45:28 +04:00
|
|
|
.Xr isa 4
|
1998-06-06 14:14:21 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver appeared in
|
|
|
|
.Nx 1.4 .
|
2001-09-11 21:39:00 +04:00
|
|
|
.Sh BUGS
|
|
|
|
DMA is not yet supported.
|
|
|
|
.Pp
|
|
|
|
The flags option should not be unnecessary.
|
|
|
|
.Pp
|
|
|
|
It is necessary to configure the port and irq.
|