From df096faedaa116575fa0252b146ace7bf3655a79 Mon Sep 17 00:00:00 2001 From: asmodai Date: Thu, 27 Jul 2000 09:54:50 +0000 Subject: 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'. --- sys/pci/pcisupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 1763896..4ac888d 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -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: -- cgit v1.1