summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/csa.c
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-06-06 22:42:57 +0000
committerCameron Grant <cg@FreeBSD.org>2000-06-06 22:42:57 +0000
commit2f9aa04e7fb938281e18833a8a8cc199a2ac23af (patch)
tree82fbb9b2bc4d461a661979ca00eabb01f2dfe196 /sys/dev/sound/pci/csa.c
parentdafad92c7d23f1bd74a6b2178c40765b5660d9a4 (diff)
Notes
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 c409fb0b42fa..f031f832c281 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