S2IO_INIT_NIC
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
s2io_init_nic - Initialization of the adapter .
SYNOPSIS
"SYNOPSIS"
int __devinit s2io_init_nic (struct pci_dev * pdev, const struct pci_device_id * pre);
ARGUMENTS
- pdev
-
structure containing the PCI related information of the device.
- pre
-
List of PCI devices supported by the driver listed in s2io_tbl.
DESCRIPTION
The function initializes an adapter identified by the pci_dec structure.
All OS related initialization including memory and device structure and
initlaization of the device private variable is done. Also the swapper
control register is initialized to enable read and write into the I/O
registers of the device.
RETURN VALUE
returns 0 on success and negative on failure.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURN VALUE
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:43 GMT, October 09, 2005