1PCI_ENABLE_ROM(9) Hardware Interfaces PCI_ENABLE_ROM(9)
2
3
4
6 pci_enable_rom - enable ROM decoding for a PCI device
7
9 int pci_enable_rom(struct pci_dev * pdev);
10
12 pdev
13 PCI device to enable
14
16 Enable ROM decoding on dev. This involves simply turning on the last
17 bit of the PCI ROM BAR. Note that some cards may share address decoders
18 between the ROM and other resources, so enabling it may disable access
19 to MMIO registers or other card memory.
20
22Kernel Hackers Manual 2.6. June 2019 PCI_ENABLE_ROM(9)