.\" 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_PROBE" "9" "09 October 2005" "" ""
.SH NAME
i2o_pci_probe \- Probe the PCI device for an I2O controller
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __devinit i2o_pci_probe (struct pci_dev * \fIpdev\fB, const struct pci_device_id * \fIid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
-- undescribed --
.TP
\fB\fIid\fB\fR
id which matched with the PCI device id table
.SH "DESCRIPTION"
.PP
Probe the PCI device for any device which is a memory of the
Intelligent, I2O class or an Adaptec Zero Channel Controller. We
attempt to set up each such device and register it with the core.
.PP
Returns 0 on success or negative error code on failure.