Disable rom decoding for a pci device
void pci_disable_rom(struct pci_dev * pdev);
pdev
PCI device to disable
Disable ROM decoding on a PCI device by turning off the last bit in the ROM BAR.