.\" 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_ENABLE_ROM" "9" "09 October 2005" "" ""
.SH NAME
pci_enable_rom \- enable ROM decoding for a PCI device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pci_enable_rom (struct pci_dev * \fIpdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
PCI device to enable
.SH "DESCRIPTION"
.PP
Enable ROM decoding on \fIdev\fR\&. This involves simply turning on the last
bit of the PCI ROM BAR. Note that some cards may share address decoders
between the ROM and other resources, so enabling it may disable access
to MMIO registers or other card memory.