pci: Add Intel C216 chipset PCI support (from sources)
This commit is contained in:
parent
800670da4e
commit
14650e9c25
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue