diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-12 23:07:40 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-12 23:07:40 +0200 |
| commit | 14650e9c259a13f3c82281bbfd6008e9ff04cf01 (patch) | |
| tree | 41bd517e1c77c35645a1030c63a7ba5f7bf07fb3 | |
| parent | 800670da4e504b0e2d25dcaddb6164bcc3d7fbe5 (diff) | |
| download | plan9front-14650e9c259a13f3c82281bbfd6008e9ff04cf01.tar.xz | |
pci: Add Intel C216 chipset PCI support (from sources)
| -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 a86705c39..c88983f45 100644 --- a/sys/src/9/pc/pci.c +++ b/sys/src/9/pc/pci.c @@ -666,6 +666,7 @@ static Bridge southbridges[] = { { 0x8086, 0x3a48, pIIxget, pIIxset }, /* Intel 82801JI */ { 0x8086, 0x2916, pIIxget, pIIxset }, /* Intel 82801? */ { 0x8086, 0x1c02, pIIxget, pIIxset }, /* Intel 6 Series/C200 */ + { 0x8086, 0x1e53, pIIxget, pIIxset }, /* Intel 7 Series/C216 */ { 0x8086, 0x2810, pIIxget, pIIxset }, /* Intel 82801HB/HR (ich8/r) */ { 0x8086, 0x2812, pIIxget, pIIxset }, /* Intel 82801HH (ich8dh) */ { 0x8086, 0x2912, pIIxget, pIIxset }, /* Intel 82801ih ich9dh */ |
