.\" 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_ADAPTER" "" "06 October 2005" "" "" .SH NAME mca_find_adapter \- scan for adapters .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int mca_find_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 Disabled adapters are not reported.