fn probe_from_word00(address: PciAddress, word00: u32) -> Option<PciDevice>Expand description
Build a PciDevice when word00 (vendor+device dword) was already read
by the caller’s fast-path vendor check, avoiding a redundant I/O cycle.
fn probe_from_word00(address: PciAddress, word00: u32) -> Option<PciDevice>Build a PciDevice when word00 (vendor+device dword) was already read
by the caller’s fast-path vendor check, avoiding a redundant I/O cycle.