OpenSolaris

Printable Version Enter a New Search
Bug ID 6759029
Synopsis scanpci modules should include information about which pci.ids snapshot they use
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xserver:xorg-server
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_102
Fixed In snv_101
Release Fixed solaris_nevada(snv_101) , solaris_10u7(s10u7_01) (Bug ID:2168315)
Related Bugs 6669237
Submit Date 14-October-2008
Last Update Date 17-October-2008
Description
The pcidata.so & scanpci.so modules used by the Xorg server and scanpci program
to map PCI vendor/device ID's to human readable names do this mapping by using
a database built into the modules at compile time.   This database is generated
from the community pci.ids file from http://pciids.sf.net/ .    These modules
should record which version of the pci.ids file they include data from in order
to more easily track down complaints about missing device information.

*** Test Case ***
Each of the following commands should print a line such as:
      pci.ids Daily snapshot on Wed 2008-10-01 01:05:01
(the date should match for the initial integration to nv_102 & s10u7_01, but will
 change in the future as we update to new pci.ids versions).

 what /usr/X11/lib/modules/libpcidata.so | grep pci.ids
 what /usr/X11/lib/modules/libscanpci.so | grep pci.ids
Work Around
N/A
Comments
N/A