this driver does not support the cs4281 and probably never will, different code

will be required
This commit is contained in:
Cameron Grant 2000-06-06 22:42:57 +00:00
parent dafad92c7d
commit 2f9aa04e7f

View File

@ -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