shithub: riscv

Download patch

ref: d0895186a15e2d017de561cb14c289052f090d47
parent: 6bfff754a84335c4016c74792927b1353f1a686b
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 */