this driver does not support the cs4281 and probably never will, different code
will be required
This commit is contained in:
parent
dafad92c7d
commit
2f9aa04e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user