From ac9632abb9b206912f6e88000aa22cac09f36800 Mon Sep 17 00:00:00 2001 From: cg Date: Tue, 6 Jun 2000 22:42:57 +0000 Subject: this driver does not support the cs4281 and probably never will, different code will be required --- sys/dev/sound/pci/csa.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/sound/pci/csa.c') 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 -- cgit v1.1