Subject: Aureal sound cards support
To: None <current-users@netbsd.org>
From: Pierre Pronchery <khorben@defora.org>
List: current-users
Date: 06/06/2007 17:14:21
This is a multi-part message in MIME format.
--------------080304010203080902010209
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

	Hi current-users@,

first here are the PCI device IDs for two (quite old) sound cards from
Aureal.

Apparently there is no driver for them. About the process of porting one:
- which existing driver would be the most appropriate to start from?
(Linux OSS or ALSA, other BSD...)
- same question for an equivalent driver in NetBSD.

HTH,
-- 
khorben

--------------080304010203080902010209
Content-Type: text/plain;
 name="aureal.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="aureal.diff"

Index: pcidevs
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pcidevs,v
retrieving revision 1.880
diff -u -r1.880 pcidevs
--- pcidevs     19 May 2007 14:56:24 -0000      1.880
+++ pcidevs     6 Jun 2007 14:46:43 -0000
@@ -1216,6 +1216,8 @@
 
 /* Aureal Semiconductor */
 product AUREAL AU8820          0x0001  AU8820 Vortex Digital Audio Processor
+product AUREAL AU8830          0x0002  AU8830 Vortex 3D Digital Audio Processor
+product AUREAL AU8810          0x0003  AU8810 Vortex Digital Audio Processor
 
 /* Applied Micro Circuts products */
 product AMCIRCUITS S5933       0x4750  S5933 PCI Matchmaker

--------------080304010203080902010209--