PciDeviceInfo
|
Previous Top Next |
|
|
function PciDeviceInfo(bus,dev,func : Word; Info : pPciCfg) : Boolean;
|
|
bus - PCI bus number (0..GetLastPciBus),
|
dev - PCI device on bus (0..31),
|
func - function number of device (0..7),
|
Info - points to the requested information (PCI header structure).
|
TRUE, if the device exists or FALSE if not.
|