.TH "mca_find_adapter" 9 "mca_find_adapter" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME mca_find_adapter \- scan for adapters .SH SYNOPSIS .B "int" mca_find_adapter .BI "(int " id "," .BI "int " start ");" .SH ARGUMENTS .IP "id" 12 MCA identification to search for .IP "start" 12 starting slot .SH "DESCRIPTION" 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. Disabled adapters are not reported.