diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2000-01-12 11:16:23 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-01-12 11:16:23 +0000 |
| commit | d404cb51eeaa1f9c4e5fc9c16ef38bba0a0d785e (patch) | |
| tree | 00a7cc9f47f445eb89db4529fb4f89ad4a731791 /sys | |
| parent | f793f3b35e590acaad8cdb5a5e8dc8cc8d9a8b15 (diff) | |
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 7e3ac549e4b2..3c63e3eac1a5 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -208,6 +208,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x69187316, "ESS ES1869"}, /* ESS1869 */ {0xacb0110e, "ESS ES1869 (Compaq OEM)"}, /* CPQb0ac */ + {0x78187316, "ESS ES1878"}, /* ESS1878 */ {0x79187316, "ESS ES1879"}, /* ESS1879 */ {0x88187316, "ESS ES1888"}, /* ESS1888 */ {0x07017316, "ESS ES1888 (DEC OEM)"}, /* ESS0107 */ |
