rust-osdev/pci_types

function_exists method on ConfigRegionAccess is unused

bjorn3 opened this issue · 0 comments

The only way I know of to implement that method is to read the vendor id from the config id and check that it isn't 0xffff, which this crate can do itself if it needs to know if a PCI function exists.