PCI_ENABLE_ROM(9) Hardware Interfaces PCI_ENABLE_ROM(9)NAMEpci_enable_rom - enable ROM decoding for a PCI deviceSYNOPSISint pci_enable_rom(struct pci_dev * pdev);ARGUMENTSpdev PCI device to enableDESCRIPTIONEnable ROM decoding on dev. This involves simply turning on the last bit of the PCI ROM BAR. Note that some cards may share address decoders between the ROM and other resources, so enabling it may disable access to MMIO registers or other card memory.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_ENABLE_ROM(9)