ref: 6b61c56f931f880a6c1cbe520f411ae83ae555a7
parent: 2712dfb0330f163ad7757614e72a17b14fd21ec5
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jul 9 20:07:09 EDT 2014
Add Intel C226 chipset PCI support. (from sources)
--- a/sys/src/9/pc/pci.c
+++ b/sys/src/9/pc/pci.c
@@ -667,6 +667,7 @@
{ 0x8086, 0x2916, pIIxget, pIIxset }, /* Intel 82801? */ { 0x8086, 0x1c02, pIIxget, pIIxset }, /* Intel 6 Series/C200 */ { 0x8086, 0x1e53, pIIxget, pIIxset }, /* Intel 7 Series/C216 */+ { 0x8086, 0x8c56, pIIxget, pIIxset }, /* Intel 8 Series/C226 */ { 0x8086, 0x2810, pIIxget, pIIxset }, /* Intel 82801HB/HR (ich8/r) */ { 0x8086, 0x2812, pIIxget, pIIxset }, /* Intel 82801HH (ich8dh) */ { 0x8086, 0x2912, pIIxget, pIIxset }, /* Intel 82801ih ich9dh */--
⑨