diff options
author | tanimura <tanimura@FreeBSD.org> | 1999-12-04 10:13:17 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 1999-12-04 10:13:17 +0000 |
commit | 07a453ccf293f68541c5a5a6637a95685be3a010 (patch) | |
tree | db8013e019b9ddb345f47554baef3f1f850535c1 /sys/dev/sound/isa/sbc.c | |
parent | e7bbc71094945aee9f88ee994f0477d40ccedbe3 (diff) | |
download | FreeBSD-src-07a453ccf293f68541c5a5a6637a95685be3a010.zip FreeBSD-src-07a453ccf293f68541c5a5a6637a95685be3a010.tar.gz |
Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.
PR: kern/15243
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'sys/dev/sound/isa/sbc.c')
-rw-r--r-- | sys/dev/sound/isa/sbc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index c0ec09a..3ebd694 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -88,6 +88,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x0000630e, "CS423x"}, #endif {0x01008c0e, "Creative ViBRA16C PnP"}, + {0x41008c0e, "Creative ViBRA16CL PnP"}, {0x43008c0e, "Creative ViBRA16X PnP"}, {0x31008c0e, "Creative SB16 PnP/SB32"}, {0x42008c0e, "Creative SB AWE64"}, /* CTL00c1 */ |