summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2013-02-14 01:04:45 +0100
committerftrvxmtrx <ftrvxmtrx@gmail.com>2013-02-14 01:04:45 +0100
commite7127522296d64f9ef908ab53f1df86e2e0ba632 (patch)
treea4c09920a04392d161522e56657587ba548f14e5
parent3c3808b28077672fe3568943a0a633465e50608c (diff)
downloadplan9front-e7127522296d64f9ef908ab53f1df86e2e0ba632.tar.xz
pci: add intel qm67 pch
-rw-r--r--sys/src/9/pc/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/pci.c b/sys/src/9/pc/pci.c
index 0391ca700..cb37c88e7 100644
--- a/sys/src/9/pc/pci.c
+++ b/sys/src/9/pc/pci.c
@@ -681,6 +681,7 @@ static Bridge southbridges[] = {
{ 0x8086, 0x3b06, pIIxget, pIIxset }, /* Intel 82801? ibex peak */
{ 0x8086, 0x3b14, pIIxget, pIIxset }, /* Intel 82801? 3420 */
{ 0x8086, 0x1c49, pIIxget, pIIxset }, /* Intel 82hm65 cougar point pch */
+ { 0x8086, 0x1c4f, pIIxget, pIIxset }, /* Intel 82qm67 cougar point pch */
{ 0x8086, 0x1c52, pIIxget, pIIxset }, /* Intel 82q65 cougar point pch */
{ 0x8086, 0x1c54, pIIxget, pIIxset }, /* Intel 82q67 cougar point pch */
{ 0x1106, 0x0586, viaget, viaset }, /* Viatech 82C586 */