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/dev/pci/files.pci | |
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/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index bad03323099..ea40d9b9230 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.89 2001/01/11 23:36:38 espie Exp $ +# $OpenBSD: files.pci,v 1.90 2001/01/13 19:53:50 aaron Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -90,6 +90,11 @@ device clcs: audio, auconv, mulaw, ac97 attach clcs at pci file dev/pci/cs4280.c clcs +# CS4281 CrystalClear Audio +device clct: audio, auconv, mulaw, ac97 +attach clct at pci +file dev/pci/cs4281.c clct + # ESS Maestro device maestro: audio, auconv, mulaw, ac97 attach maestro at pci |