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