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:
Jeroen Ruigrok van der Werven 2000-07-27 09:54:50 +00:00
parent 0f27c7838c
commit 3759e79c20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63911

View File

@ -1120,7 +1120,7 @@ pci_chip_match(device_t dev)
return NULL;
case 0x12258086:
fixbushigh_i1225(dev);
return ("Intel 824?? host to PCI bridge");
return ("Intel 82454KX/GX (Orion) host to PCI bridge");
case 0x71808086:
return ("Intel 82443LX (440 LX) host to PCI bridge");
case 0x71908086: