Description of problem: Tested FC9-Alpha on Intel Weybridge platform with Conroe processor. ISA bridge is an unknown pci device in output of "lspci", 00:1f.0 ISA bridge: Intel Corporation Unknown device 2910 (rev 01) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Install FC9-Alpha 2. Boot up system 3. Run "lspci" Actual results: An unknown device was found. Expected results: All devices can be known by system. Additional info:
The kernel has nothing to do with lspci. It's a part of pciutils, which uses a pci.ids database, which is sourced from here.. http://pciids.sourceforge.net/ When that database gets an entry, eventually it makes its way into a future pciutils update.