summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csa.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-06-06 22:42:57 +0000
committercg <cg@FreeBSD.org>2000-06-06 22:42:57 +0000
commitac9632abb9b206912f6e88000aa22cac09f36800 (patch)
treeb0a45033a09349422a711b6902755626388e2d8f /sys/dev/sound/pci/csa.c
parenta8b0277ad1bb7e8d98a7d31d110be513ffb5928c (diff)
downloadFreeBSD-src-ac9632abb9b206912f6e88000aa22cac09f36800.zip
FreeBSD-src-ac9632abb9b206912f6e88000aa22cac09f36800.tar.gz
this driver does not support the cs4281 and probably never will, different code
will be required
Diffstat (limited to 'sys/dev/sound/pci/csa.c')
-rw-r--r--sys/dev/sound/pci/csa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c
index c409fb0..f031f83 100644
--- a/sys/dev/sound/pci/csa.c
+++ b/sys/dev/sound/pci/csa.c
@@ -105,9 +105,6 @@ csa_probe(device_t dev)
case CS4615_PCI_ID:
s = "Crystal Semiconductor CS4615 Audio accelerator";
break;
- case CS4281_PCI_ID:
- s = "Crystal Semiconductor CS4281 Audio controller";
- break;
}
if (s != NULL) {
@@ -564,7 +561,7 @@ csa_initialize(sc_p scp)
#endif /* notdef */
/*
- * Turn off the Processor by turning off the software clock enable flag in
+ * Turn off the Processor by turning off the software clock enable flag in
* the clock control register.
*/
#if notdef
OpenPOWER on IntegriCloud