1PCI_MAP_ROM(9) Hardware Interfaces PCI_MAP_ROM(9)
2
3
4
6 pci_map_rom - map a PCI ROM to kernel space
7
9 void __iomem * pci_map_rom(struct pci_dev * pdev, size_t * size);
10
12 pdev
13 pointer to pci device struct
14
15 size
16 pointer to receive size of pci window over ROM
17
19 kernel virtual pointer to image of ROM
20
21 Map a PCI ROM into kernel space. If ROM is boot video ROM, the shadow
22 BIOS copy will be returned instead of the actual ROM.
23
25Kernel Hackers Manual 2.6. June 2019 PCI_MAP_ROM(9)