diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0ae15600a060..b23a50d55314 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 1998/05/27 21:09:08 matt Exp $ +# $NetBSD: Makefile,v 1.64 1998/06/06 10:16:59 augustss Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN= ahb.4 ahc.4 atalk.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 clnp.4 cltp.4 \ - ddb.4 drum.4 eap.4 eisa.4 en.4 ep.4 esh.4 esis.4 fd.4 fpa.4 \ +MAN= ahb.4 ahc.4 aria.4 atalk.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 clnp.4 \ + cltp.4 ddb.4 drum.4 eap.4 eisa.4 en.4 ep.4 esh.4 esis.4 fd.4 fpa.4 \ icmp.4 idp.4 inet.4 ip.4 iso.4 lc.4 lkm.4 lo.4 md.4 ncr.4 \ ne.4 netintro.4 ns.4 nsip.4 null.4 options.4 ppp.4 pty.4 \ rnd.4 route.4 sd.4 sl.4 sm.4 spp.4 st.4 strip.4 tb.4 tcp.4 \ diff --git a/share/man/man4/aria.4 b/share/man/man4/aria.4 new file mode 100644 index 000000000000..9789a31e0f75 --- /dev/null +++ b/share/man/man4/aria.4 @@ -0,0 +1,76 @@ +.\" $NetBSD: aria.4,v 1.1 1998/06/06 10:16:59 augustss Exp $ +.\" Copyright (c) 1998 The NetBSD Foundation, Inc. +.\" 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 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 +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" 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 +.Os NetBSD +.Sh NAME +.Nm aria +.Nd Sierra's Aria chipset sound driver +.Sh SYNOPSIS +.Cd "aria* at isa? port 0xPPP irq I" +.Cd "aria* at isa? port 0xPPP irq I flags 1" +.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 BUGS +DMA is not yet supported. +.Pp +The flags option should be unnecessary. +.Pp +It is necessary to configure the port and irq. +.Sh SEE ALSO +.Xr audio 4 , +.Xr isa 4 . +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 1.4 . diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index 07a9eecc6e31..cb0f85265874 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: isa.4,v 1.9 1998/04/30 08:50:07 fair Exp $ +.\" $NetBSD: isa.4,v 1.10 1998/06/06 10:16:59 augustss Exp $ .\" .\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. .\" Copyright (c) 1997 Jonathan Stone @@ -203,6 +203,7 @@ These are listed in .Sh SEE ALSO .Xr aha 4 , .Xr aic 4 , +.Xr aria 4 , .Xr ast 4 , .Xr bha 4 , .Xr cy 4 , diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 274b05ba347c..fcd688709fe5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.152 1998/06/03 21:17:52 mjacob Exp $ +# $NetBSD: GENERIC,v 1.153 1998/06/06 10:14:21 augustss Exp $ # # GENERIC -- everything that's currently supported # @@ -398,6 +398,7 @@ sb* at isapnp? # SoundBlaster-compatible audio ym* at isapnp? # Yamaha OPL3-SA3 audio # ISA audio devices +aria0 at isa? port 0x290 irq 10 # Aria gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System @@ -406,6 +407,7 @@ sb0 at isa? port 0x220 irq 7 drq 1 drq2 5 # SoundBlaster wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System # Audio support +audio* at aria? audio* at eap? audio* at gus? audio* at guspnp?