Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.

The PCI component is non-AC97 apparently.

PR:		15632
Submitted by:	gibbs
This commit is contained in:
Peter Wemm 1999-12-30 20:04:11 +00:00
parent 4441e614bb
commit 32ef0d3eb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55279

View File

@ -1326,6 +1326,7 @@ mss_trigger(struct mss_chinfo *ch, int go)
static struct isa_pnp_id pnpmss_ids[] = {
{0x0000630e, "CS423x"}, /* CSC0000 */
{0x0001630e, "CS423x-PCI"}, /* CSC0100 */
{0x01000000, "CMI8330"}, /* @@@0001 */
{0x2100a865, "Yamaha OPL-SAx"}, /* YMH0021 */
{0x1110d315, "ENSONIQ SoundscapeVIVO"}, /* ENS1011 */
@ -1361,6 +1362,7 @@ pnpmss_attach(device_t dev)
switch (isa_get_logicalid(dev)) {
case 0x0000630e: /* CSC0000 */
case 0x0001630e: /* CSC0100 */
mss->bd_flags |= BD_F_MSS_OFFSET;
mss->bd_id = MD_CS42XX;
break;