.\" 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 "MCA_FIND_UNUSED_ADAPTER" "" "06 October 2005" "" ""
.SH NAME
mca_find_unused_adapter \- scan for unused adapters
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int mca_find_unused_adapter (int \fIid\fB, int \fIstart\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIid\fB\fR
MCA identification to search for
.TP
\fB\fIstart\fB\fR
starting slot
.SH "DESCRIPTION"
.PP
Search the MCA configuration for adapters matching the 16bit
ID given. The first time it should be called with start as zero
and then further calls made passing the return value of the
previous call until MCA_NOTFOUND is returned.
.PP
Adapters that have been claimed by drivers and those that
are disabled are not reported. This function thus allows a driver
to scan for further cards when some may already be driven.