Document the 0x12258086 PCI id.
This is in fact an Intel Orion chipset (82454KX/GX) which has been used in HP NetServer's LS4 range. HP Probably relabeled the DID. That's the only explanation I can find plausible to this `mystery'.
This commit is contained in:
parent
0f27c7838c
commit
3759e79c20
@ -1120,7 +1120,7 @@ pci_chip_match(device_t dev)
|
|||||||
return NULL;
|
return NULL;
|
||||||
case 0x12258086:
|
case 0x12258086:
|
||||||
fixbushigh_i1225(dev);
|
fixbushigh_i1225(dev);
|
||||||
return ("Intel 824?? host to PCI bridge");
|
return ("Intel 82454KX/GX (Orion) host to PCI bridge");
|
||||||
case 0x71808086:
|
case 0x71808086:
|
||||||
return ("Intel 82443LX (440 LX) host to PCI bridge");
|
return ("Intel 82443LX (440 LX) host to PCI bridge");
|
||||||
case 0x71908086:
|
case 0x71908086:
|
||||||
|
Loading…
Reference in New Issue
Block a user