E100_PCI_SETUP
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
e100_pci_setup - setup the adapter's PCI information
SYNOPSIS
"SYNOPSIS"
unsigned char __devinit e100_pci_setup (struct pci_dev * pcid, struct e100_private * bdp);
ARGUMENTS
- pcid
-
adapter's pci_dev struct
- bdp
-
atapter's private data struct
DESCRIPTION
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 ioremap on the adapter's memory region.
TRUE
if successfull
FALSE
otherwise
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- TRUE
-
- FALSE
-
This document was created by
man2html,
using the manual pages.
Time: 06:20:46 GMT, October 06, 2005