diff options
author | greid <greid@FreeBSD.org> | 2001-09-29 12:38:58 +0000 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-09-29 12:38:58 +0000 |
commit | a6cad80bb4768dd71cb6375107e4ba547f48f27e (patch) | |
tree | 1ce1c2bdebcfc3c56217c0ba0a16f64bca920e47 | |
parent | 16fb67106ee261aeb4cc7e12a1f4e3290393f6f5 (diff) | |
download | FreeBSD-src-a6cad80bb4768dd71cb6375107e4ba547f48f27e.zip FreeBSD-src-a6cad80bb4768dd71cb6375107e4ba547f48f27e.tar.gz |
Add another pnpid for the AWE64
PR: 30909
Submitted by: Kinji Itoh <kinji-i@gray.plala.or.jp>
MFC after: 7 days
-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 4a6ec9b..39c6b24 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 */ |