.\" 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 "I2O_PCI_ALLOC" "9" "09 October 2005" "" ""
.SH NAME
i2o_pci_alloc \- Allocate DMA memory, map IO memory for I2O controller
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __devinit i2o_pci_alloc (struct i2o_controller * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
I2O controller
.SH "DESCRIPTION"
.PP
Allocate DMA memory for a PCI (or in theory AGP) I2O controller. All
IO mappings are also done here. If MTRR is enabled, also do add memory
regions here.
.PP
Returns 0 on success or negative error code on failure.