.\" 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 "E1000_PROBE" "9" "09 October 2005" "" "" .SH NAME e1000_probe \- Device Initialization Routine .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __devinit e1000_probe (struct pci_dev * \fIpdev\fB, const struct pci_device_id * \fIent\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpdev\fB\fR PCI device information struct .TP \fB\fIent\fB\fR entry in e1000_pci_tbl .SH "DESCRIPTION" .PP Returns 0 on success, negative on failure .PP e1000_probe initializes an adapter identified by a pci_dev structure. The OS initialization, configuring of the adapter private structure, and a hardware reset occur.