diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-13 19:53:52 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-13 19:53:52 +0000 |
commit | 4c8c8bbf6fc6c5705fba14bead8a3eecf661ab18 (patch) | |
tree | 05214565b5f32f2e986b3f2c9821245d37c3a9e7 /sys/arch/i386 | |
parent | 80417d9af782f1d5b4fe81379ddaa55ca87532aa (diff) |
Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been
tested yet, but mpg123 works fine. Sound still works after suspend/resume.
XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't
generate interrupts. Cause yet unknown but probably not the driver's fault.
YMMV on other laptops with this chip.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5c62ca13a4c..3091e43a01c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.220 2001/01/11 23:38:57 espie Exp $ +# $OpenBSD: GENERIC,v 1.221 2001/01/13 19:53:50 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -344,6 +344,7 @@ neo* at pci? dev ? function ? # NeoMagic 256AV/ZX cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 auich* at pci? dev ? function ? # i82801 ICH AC'97 audio clcs* at pci? dev ? function ? # CS4280 CrystalClear audio +clct* at pci? dev ? function ? # CS4281 CrystalClear audio fms* at pci? dev ? function ? # Forte Media FM801 auvia* at pci? dev ? function ? # VIA VT82C686A maestro* at pci? dev ? function ? # ESS Maestro PCI @@ -387,6 +388,7 @@ audio* at sv? audio* at neo? audio* at cmpci? audio* at clcs? +audio* at clct? audio* at auich? audio* at fms? audio* at auvia? |