diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-10 01:37:30 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-10 01:37:30 +0200 |
commit | e6e745e7761b0a3fe10b4b42fa212708ad2fc807 (patch) | |
tree | a965d58aa8f3823a5ba704dd2a79054edaa921f1 /sys/src/9/pc/audiohda.c | |
parent | bd4513fe87360c790e2a96e00dacbf34c5f081cc (diff) |
audiohda: add pci id for ICH10 (thanks echoline)
Diffstat (limited to 'sys/src/9/pc/audiohda.c')
-rw-r--r-- | sys/src/9/pc/audiohda.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c index 89e8399bb..d4487a7ef 100644 --- a/sys/src/9/pc/audiohda.c +++ b/sys/src/9/pc/audiohda.c @@ -1750,6 +1750,7 @@ hdamatch(Pcidev *p) case (0x8086 << 16) | 0x9c20: /* Intel 8 Series Lynx Point */ case (0x8086 << 16) | 0x9ca0: /* Intel Wildcat Point */ case (0x8086 << 16) | 0xa170: /* Intel Sunrise Point-H */ + case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */ case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */ case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */ |