Finding PCI devices

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pini

Finding PCI devices

Post by pini »

I have a function that detects the if a PCI BIOS is present are not and works correctly.
I can use the function FIND_PCI_DEVICE (0xB102) to detect if a device is present are not. This device is described by a DeviceID and a VendorID.

But how do I know these to ID values ? 0xFFFF seems to mean "ANY ID".
And how do I know what kind of device it is ?
Cemre

Re:Finding PCI devices

Post by Cemre »

I'm not sure whether what you are asking is this but, check this website, you might find something useful.

http://www.pcidatabase.com/vendors.php?sort=id
pini

Re:Finding PCI devices

Post by pini »

this is what I was looking for.
I also get this URL be looking at alt.os.development.
Post Reply