diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-27 09:54:50 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-27 09:54:50 +0000 |
commit | df096faedaa116575fa0252b146ace7bf3655a79 (patch) | |
tree | 85ef27a2bb3f29ccd93576d7c6e1e9bfb6083d3f /sys | |
parent | 0247d400b145f35284dc0a95d806373766cb4a06 (diff) | |
download | FreeBSD-src-df096faedaa116575fa0252b146ace7bf3655a79.zip FreeBSD-src-df096faedaa116575fa0252b146ace7bf3655a79.tar.gz |
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'.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pci/pcisupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |