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