1PCI_DISABLE_ROM(9) Hardware Interfaces PCI_DISABLE_ROM(9)
23
4
NAME
6pci_disable_rom - disable ROM decoding for a PCI device
7
SYNOPSIS
9void pci_disable_rom(struct pci_dev * pdev);
10
ARGUMENTS
12pdev
13PCI device to disable
14
DESCRIPTION
16Disable ROM decoding on a PCI device by turning off the last bit in the
17ROM BAR.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 PCI_DISABLE_ROM(9)