summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoogle <google@daverabbitz.ath.cx>2012-09-03 17:44:30 +1200
committergoogle <google@daverabbitz.ath.cx>2012-09-03 17:44:30 +1200
commit25a5ae8a4457236908b7eaea2589381fead65ad6 (patch)
tree95dfad8ab7f2fda3fd3f0c945f9740fab6662215
parent14843589e2eb97372c0b4f3e1dd0a73b30922c17 (diff)
downloadplan9front-25a5ae8a4457236908b7eaea2589381fead65ad6.tar.xz
Add Intel 82801JIB ICH10 southbridge
-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 e27f04ddf..7fbe21572 100644
--- a/sys/src/9/pc/pci.c
+++ b/sys/src/9/pc/pci.c
@@ -674,6 +674,7 @@ static Bridge southbridges[] = {
{ 0x8086, 0x2918, pIIxget, pIIxset }, /* Intel 82801ib ich9 */
{ 0x8086, 0x2919, pIIxget, pIIxset }, /* Intel 82801? ich9m */
{ 0x8086, 0x3a16, pIIxget, pIIxset }, /* Intel 82801jir ich10r */
+ { 0x8086, 0x3a18, pIIxget, pIIxset }, /* Intel 82801jib ich10 */
{ 0x8086, 0x3a40, pIIxget, pIIxset }, /* Intel 82801ji */
{ 0x8086, 0x3a42, pIIxget, pIIxset }, /* Intel 82801ji */
{ 0x8086, 0x3a48, pIIxget, pIIxset }, /* Intel 82801ji */