Page 1 of 1

Finding PCI devices

Posted: Sun Feb 15, 2004 7:33 pm
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 ?

Re:Finding PCI devices

Posted: Sun Feb 15, 2004 9:31 pm
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

Re:Finding PCI devices

Posted: Mon Feb 16, 2004 6:55 am
by pini
this is what I was looking for.
I also get this URL be looking at alt.os.development.