From 3304019f5af70fd4e7c2c1001bb12c1dfee0b626 Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Wed, 8 Nov 2000 13:33:23 +0000 Subject: [PATCH] add Aureal Inc. AU8820/AU8830 Audio controller Obtained from: OpenBSD src/sys/dev/pci/pcidevs --- sys/pci/pcisupport.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 780246526dc4..4da15382fe2e 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1358,6 +1358,12 @@ pci_chip_match(device_t dev) case 0x1978125d: return ("ESS Technology Maestro 2E Audio controller"); + /* Aureal Inc.-- vendor 0x12eb */ + case 0x000112eb: + return ("Aureal Vortex AU8820 Audio controller"); + case 0x000212eb: + return ("Aureal Vortex AU8830 Audio controller"); + /* Lucent -- Vendor 0x11c1 */ case 0x044011c1: case 0x044811c1: