Add Intel C226 chipset PCI support. (from sources)
This commit is contained in:
parent
6bfff754a8
commit
d0895186a1
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ static Bridge southbridges[] = {
|
|||
{ 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 */
|
||||
|
|
Loading…
Reference in a new issue