diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-09-29 12:38:58 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-09-29 12:38:58 +0000 |
commit | 8c65132c763335200d27314504bac14e0b463625 (patch) | |
tree | 1ce1c2bdebcfc3c56217c0ba0a16f64bca920e47 /sys | |
parent | 8afccfa91e32a55a3cc36021441a4598bbce8385 (diff) | |
download | src-test2-8c65132c763335200d27314504bac14e0b463625.tar.gz src-test2-8c65132c763335200d27314504bac14e0b463625.zip |
Notes
Diffstat (limited to 'sys')
-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 4a6ec9b8202c..39c6b2428973 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -243,6 +243,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x43008c0e, "Creative ViBRA16X"}, /* CTL0043 */ {0x44008c0e, "Creative SB AWE64 Gold"}, /* CTL0044 */ {0x45008c0e, "Creative SB AWE64"}, /* CTL0045 */ + {0x46008c0e, "Creative SB AWE64"}, /* CTL0046 */ {0x01000000, "Avance Logic ALS100+"}, /* @@@0001 - ViBRA16X clone */ {0x01100000, "Avance Asound 110"}, /* @@@1001 */ |