On Wed, Nov 30, 2005 at 07:56:54AM +0100, Roderick Colenbrander wrote:
The way I would recommend for pci bus scanning is to parse /proc/bus/pci/devices the only problem is that this is linux specific. Something similar can be done on other OSes though. Another way which is more portable is to use libpci but it isn't installed on all systems. Guess something like this would need to be added to some 'kernel' dll...
Better use libsysfs or /sys/ directly if you do that.
Ciao, Marcus