diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-03 21:47:50 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-03 21:47:50 +0200 |
commit | 81b394f30a2635a4be3630d4ca0d0e98f2c882bb (patch) | |
tree | dc7014997b3ff32e163b43c4f0d5492ad74ae5e3 /sys/src/9/pc/pci.c | |
parent | 432c11c0b4fd13b050bcb7ec5569602627348660 (diff) |
pci: add pci bridge id for Intel 6 Series/C200 (from sources)
Diffstat (limited to 'sys/src/9/pc/pci.c')
-rw-r--r-- | sys/src/9/pc/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/pci.c b/sys/src/9/pc/pci.c index cb37c88e7..a86705c39 100644 --- a/sys/src/9/pc/pci.c +++ b/sys/src/9/pc/pci.c @@ -665,6 +665,7 @@ static Bridge southbridges[] = { { 0x8086, 0x3a42, pIIxget, pIIxset }, /* Intel 82801JI */ { 0x8086, 0x3a48, pIIxget, pIIxset }, /* Intel 82801JI */ { 0x8086, 0x2916, pIIxget, pIIxset }, /* Intel 82801? */ + { 0x8086, 0x1c02, pIIxget, pIIxset }, /* Intel 6 Series/C200 */ { 0x8086, 0x2810, pIIxget, pIIxset }, /* Intel 82801HB/HR (ich8/r) */ { 0x8086, 0x2812, pIIxget, pIIxset }, /* Intel 82801HH (ich8dh) */ { 0x8086, 0x2912, pIIxget, pIIxset }, /* Intel 82801ih ich9dh */ |