summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-01-29 21:56:02 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-01-29 21:56:02 +0100
commitbf37280c257fcf08c434277180733fc4f73dbf8d (patch)
treed48b8458c2742cdf4ffb929914b619f29c1aac37
parent50cf738d694a95eede504470676534309e641727 (diff)
downloadplan9front-bf37280c257fcf08c434277180733fc4f73dbf8d.tar.xz
audiohda: add pci id for Intel P55 chipset and ATI HDMI (Radeon HD 8500)
-rw-r--r--sys/src/9/pc/audiohda.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c
index f8b0ae73b..3d7c858d1 100644
--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1586,6 +1586,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0x284b: /* Intel ICH8 */
case (0x8086 << 16) | 0x293f: /* Intel ICH9 (untested) */
case (0x8086 << 16) | 0x293e: /* Intel P35 (untested) */
+ case (0x8086 << 16) | 0x3b56: /* Intel P55 (Ibex Peak) */
case (0x8086 << 16) | 0x811b: /* Intel SCH (Poulsbo) */
case (0x8086 << 16) | 0x080a: /* Intel SCH (Oaktrail) */
case (0x8086 << 16) | 0x1c20: /* Intel PCH */
@@ -1600,6 +1601,7 @@ hdamatch(Pcidev *p)
case (0x1002 << 16) | 0x437b: /* ATI SB450 (untested) */
case (0x1002 << 16) | 0x4383: /* ATI SB600 */
+ case (0x1003 << 16) | 0xaa55: /* ATI HDMI (8500 series) */
case (0x1002 << 16) | 0x7919: /* ATI HDMI */
case (0x1106 << 16) | 0x3288: /* VIA (untested) */