.\" 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 "S2IO_REM_NIC" "9" "09 October 2005" "" ""
.SH NAME
s2io_rem_nic \- Free the PCI device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __devexit s2io_rem_nic (struct pci_dev * \fIpdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
structure containing the PCI related information of the device.
.SH "DESCRIPTION"
.PP
This function is called by the Pci subsystem to release a
PCI device and free up all resource held up by the device. This could
be in response to a Hot plug event or when the driver is to be removed
from memory.