diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-07-18 13:49:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-07-18 13:49:37 +0000 |
commit | 0ada1c70a544069a89d03cd00d54d3fe1d607195 (patch) | |
tree | 6bafa6a2006f7bbc0129951704610f75c7ab62a6 | |
parent | f0abce66ede82c53fc934a762a930e170b9c52b5 (diff) |
clcs works reasonably well now. Enable it.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3959de1dd2d..b3f8e79d754 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.195 2000/07/08 22:09:03 marc Exp $ +# $OpenBSD: GENERIC,v 1.196 2000/07/18 13:49:36 art Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -327,7 +327,7 @@ sv* at pci? dev ? function ? # S3 SonicVibes (S3 617) neo* at pci? dev ? function ? # NeoMagic 256AV/ZX cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 ich* at pci? dev ? function ? # i82801 ICH AC'97 audio -#clcs* at pci? dev ? function ? # CS4280 CrystalClear audio +clcs* at pci? dev ? function ? # CS4280 CrystalClear audio sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster sb* at isapnp? ess* at isapnp? # ESS Tech ES188[78], ES888 @@ -367,7 +367,7 @@ audio* at eso? audio* at sv? audio* at neo? audio* at cmpci? -#audio* at clcs? +audio* at clcs? #audio* at uaudio? bktr0 at pci? dev ? function ? |