Bug 433588

Summary: ISA bridge is an unknown pci device
Product: [Fedora] Fedora Reporter: Jane Lv <jane.lv>
Component: pciutilsAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: grgustaf
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-21 22:12:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jane Lv 2008-02-20 06:57:23 UTC
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:

Comment 1 Dave Jones 2008-02-21 22:12:57 UTC
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.