getting all PCI Devices

Hie guys.

Can someone help me with code to get all devices connected to the PCI bus. I have the source code for JNODE but I want to be able to return using a method all devices connected to the PCI bus.

Thanx

What are you trying to do?

Under jnode there is the 'device' command wich will list the devices detecet by jnode fro you for which also there is a jnode device driver available.
If you want to get some information about all devices of your PC then you can switch to the log console using alt-f7 and scroll up near to beginning of the log where you will find various low level information related to the existing devices in your PC.

We used to be on IRC too where you can join us.

Regards, Levente

I am trying to access those

I am trying to access those devices using code. Java to be precise. My program would want to call the such a command and get an array of some sort that i will be able to read from.