fn probe_device_full(address: PciAddress) -> Option<PciDevice>Expand description
Probe a PCI address using 4 batched dword reads under a single lock hold.
Reads: 0x00 (vendor+device), 0x08 (rev+progif+subclass+class), 0x0C (cacheline+latency+headertype+bist), 0x3C (intline+intpin).