diff options
-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: |