pciparse
Colin Leroy <colin@colino.net>, 2002
--------

human-readable display of your pci devices.

BUILD:
$ make
$ su -c "make install"

USAGE:
pciparse

LICENCE:
GPL (see COPYING)

UPDATE the device database:
get a more recent pci.db and run
$ awk -f pci_db2c.awk pci.db
--------------------------------
example output:
found device vendor 0x104C id 0xAC1E on bus 0x0 (/proc/bus/pci/00/13.0)
 name: Texas Instruments, PCI1211
found device vendor 0x1002 id 0x4C49 on bus 0x0 (/proc/bus/pci/00/11.0)
 name: ATI Technologies Inc, 3D Rage LT Pro
found device vendor 0x106B id 0x17 on bus 0x0 (/proc/bus/pci/00/10.0)
 name: Apple Computer Inc., Paddington Mac I/O
found device vendor 0x11C1 id 0x5801 on bus 0x0 (/proc/bus/pci/00/0e.0)
 name: Lucent Microelectronics, (null)
found device vendor 0x1057 id 0x2 on bus 0x0 (/proc/bus/pci/00/00.0)
 name: Motorola, MPC106 [Grackle]

pciparse.tar.gz