.\" 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_PROBE1" "9" "09 October 2005" "" ""
.SH NAME
el1_probe1 \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __init el1_probe1 (struct net_device * \fIdev\fB, int \fIioaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
The device structure to use
.TP
\fB\fIioaddr\fB\fR
An I/O address to probe at.
.SH "DESCRIPTION"
.PP
The actual probe. This is iterated over by #el1_probe in order to
check all the applicable device locations.
.PP
Returns 0 for a success, in which case the device is activated,
EAGAIN if the IRQ is in use by another driver, and ENODEV if the
board cannot be found.