1. NAME

pci_disable_rom - disable ROM decoding for a PCI device

2. SYNOPSIS

void pci_disable_rom(struct pci_dev *  pdev );

3. ARGUMENTS

pdev
    PCI device to disable

4. DESCRIPTION

Disable ROM decoding on a PCI device by turning off the last bit in the ROM BAR.

5. COPYRIGHT