diff options
Diffstat (limited to 'static/netbsd/man4/aria.4 4.html')
| -rw-r--r-- | static/netbsd/man4/aria.4 4.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/static/netbsd/man4/aria.4 4.html b/static/netbsd/man4/aria.4 4.html new file mode 100644 index 00000000..a29b574a --- /dev/null +++ b/static/netbsd/man4/aria.4 4.html @@ -0,0 +1,59 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ARIA(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ARIA(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">aria</code> — <span class="Nd">Sierra's + Aria chipset audio device driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">aria0 at isa? port 0xPPP irq I</code> + <br/> + <code class="Cd">aria0 at isa? port 0xPPP irq I flags 1</code> + <br/> + <code class="Cd">audio* at audiobus?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">aria</code> 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).</p> +<p class="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.</p> +<p class="Pp">Valid I/O addresses are 0x280, 0x290, 0x2A0, and 0x2B0. The IRQ + may be set to 10, 11, or 12.</p> +<p class="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.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">audio(4)</a>, <a class="Xr">isa(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">aria</code> device driver appeared in + <span class="Ux">NetBSD 1.4</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> +<p class="Pp">DMA is not yet supported.</p> +<p class="Pp">The flags option should not be necessary.</p> +<p class="Pp">It is necessary to configure the port and irq.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">June 22, 2005</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
