====================
           File:  pcisnooper03.zip
      Author: Scott Hammond
      Release: 0.03
Compatibility: R3 x86
     Location: anywere you like
  Description: Detailed PCI info in a simple GUI
        Notes:

Pcisnooper gives you all the info from the "get_nth_pci_info()" function in a simple gui format, including header type 0x80 info.  It can also display the 256byte pci configuration space for each device, in a hex dump, courtesy of "read_pci_config()".  ALL numbers are in hexadecimal format.

v0.03 includes vendor strings for most common vendors, if you have a card whose vendor isnt recognized, you can email me the company name, and the vendor id or subsystem vendor id (e.g. 0x1DE1 is Tekram), and Ill enter it into the program.

to do: 
v0.04 to include complete hex editing of the pci config space via "write_pci_config()".

I wrote this more as a learning experience than anything else.  It seems quite a bit more useful than the current pci utilities available at beware, and I hope it turns out to be so.

Source code is available, email me.... perhaps for PPC testing anyone?

Please send me your comments!
seh1@acpub.duke.edu

====================