table of contents
        
      
      
    | PCI_DISABLE_ROM(9) | Hardware Interfaces | PCI_DISABLE_ROM(9) | 
NAME¶
pci_disable_rom - disable ROM decoding for a PCI device
SYNOPSIS¶
void pci_disable_rom(struct pci_dev * pdev);
ARGUMENTS¶
pdev
PCI device to disable
DESCRIPTION¶
Disable ROM decoding on a PCI device by turning off the last bit in the ROM BAR.
COPYRIGHT¶
| May 2024 | Kernel Hackers Manual 2.6. |