diff options
author | tanimura <tanimura@FreeBSD.org> | 2000-03-09 02:13:21 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 2000-03-09 02:13:21 +0000 |
commit | 27e4b96f7874e4788444d599a5f26a50c375a56e (patch) | |
tree | 7378971171aab0ab940a698c1b4e78e37f3894f4 | |
parent | b43c86b46ebef335c3994b60b493e698af0a6dbe (diff) | |
download | FreeBSD-src-27e4b96f7874e4788444d599a5f26a50c375a56e.zip FreeBSD-src-27e4b96f7874e4788444d599a5f26a50c375a56e.tar.gz |
Add the logical ID of Avance Logic ALS100. The vendor ID is also
checked, which was introduced in 1.18.
PR: kern/16487
Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
Approved by: jkh
-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 2178ff3..03925fb 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -202,6 +202,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x44008c0e, "Creative SB AWE64 Gold"}, /* CTL0044 */ {0x45008c0e, "Creative SB AWE64"}, /* CTL0045 */ + {0x01000000, "Avance Logic ALS100+"}, /* @@@0001 */ {0x01100000, "Avance Asound 110"}, /* @@@1001 */ {0x01200000, "Avance Logic ALS120"}, /* @@@2001 */ |