summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-01-13 06:11:32 +0000
committercg <cg@FreeBSD.org>2000-01-13 06:11:32 +0000
commit4d257ee74fe6f596fdbe1d9333ea659336a7eb0c (patch)
tree32f446a3e2ad47012a65614167f01e33ee0cfccd /sys
parent6ccc3d677e52014c0e454c978e58900559feaf21 (diff)
downloadFreeBSD-src-4d257ee74fe6f596fdbe1d9333ea659336a7eb0c.zip
FreeBSD-src-4d257ee74fe6f596fdbe1d9333ea659336a7eb0c.tar.gz
attach to non-ac97 neomagic chips and hope that ac97 ones do not have the
same pnpbios id
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/isa/mss.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c
index b124124..0906d2e 100644
--- a/sys/dev/sound/isa/mss.c
+++ b/sys/dev/sound/isa/mss.c
@@ -1333,6 +1333,7 @@ static struct isa_pnp_id pnpmss_ids[] = {
{0x1110d315, "ENSONIQ SoundscapeVIVO"}, /* ENS1011 */
{0x1093143e, "OPTi931"}, /* OPT9310 */
{0x5092143e, "OPTi925"}, /* OPT9250 XXX guess */
+ {0x1022b839, NULL}, /* NMX2210 - non-ac97 neomagic 256av */
#if 0
{0x0000561e, "GusPnP"}, /* GRV0000 */
#endif
@@ -1390,6 +1391,11 @@ pnpmss_attach(device_t dev)
mss->conf_rid = 3;
mss->bd_id = MD_OPTI925;
break;
+
+ case 0x1022b839:
+ mss->io_rid = 1;
+ mss->bd_id = MD_CS42XX;
+ break;
#if 0
case 0x0000561e: /* GRV0000 */
mss->bd_flags |= BD_F_MSS_OFFSET;
OpenPOWER on IntegriCloud