diff options
| author | Seigo Tanimura <tanimura@FreeBSD.org> | 2000-03-09 02:13:21 +0000 |
|---|---|---|
| committer | Seigo Tanimura <tanimura@FreeBSD.org> | 2000-03-09 02:13:21 +0000 |
| commit | ca6da1de5e982ef2999e6a326c8039ee32cfaac3 (patch) | |
| tree | 78efb0ead4a2afabb1d043ca8c826135c0eaf3ec | |
| parent | 35dcdb0d72586c3dfc156b578f2c7b3eae3c1894 (diff) | |
Notes
| -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 2178ff3b2d1b..03925fb6d01c 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 */ |
