.\" 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 "E100_PCI_SETUP" "" "06 October 2005" "" ""
.SH NAME
e100_pci_setup \- setup the adapter's PCI information
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned char __devinit e100_pci_setup (struct pci_dev * \fIpcid\fB, struct e100_private * \fIbdp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpcid\fB\fR
adapter's pci_dev struct
.TP
\fB\fIbdp\fB\fR
atapter's private data struct
.SH "DESCRIPTION"
.PP
This routine sets up all PCI information for the adapter. It enables the bus
master bit (some BIOS don't do this), requests memory ans I/O regions, and
calls \fBioremap\fR on the adapter's memory region.
.SH "TRUE"
.PP
if successfull
.SH "FALSE"
.PP
otherwise