.\" 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 "EL1_PROBE" "" "06 October 2005" "" ""
.SH NAME
el1_probe \- probe for a 3c501
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __init el1_probe (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
The device structure passed in to probe.
.SH "DESCRIPTION"
.PP
This can be called from two places. The network layer will probe using
a device structure passed in with the probe information completed. For a
modular driver we use #init_module to fill in our own structure and probe
for it.
.PP
Returns 0 on success. ENXIO if asked not to probe and ENODEV if asked to
probe and failing to find anything.