.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_MAP_ROM" "9" "09 October 2005" "" "" .SH NAME pci_map_rom \- map a PCI ROM to kernel space .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __iomem * pci_map_rom (struct pci_dev * \fIpdev\fB, size_t * \fIsize\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpdev\fB\fR pointer to pci device struct .TP \fB\fIsize\fB\fR pointer to receive size of pci window over ROM .SH "DESCRIPTION" .PP Map a PCI ROM into kernel space. If ROM is boot video ROM, the shadow BIOS copy will be returned instead of the actual ROM.