From 2f9aa04e7fb938281e18833a8a8cc199a2ac23af Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Tue, 6 Jun 2000 22:42:57 +0000 Subject: [PATCH] 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(-) 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