mca_find_unused_adapter
Section: Kernel Hacker's Manual (9)
Updated: mca_find_unused_adapter
Index
Return to Main Contents
NAME
mca_find_unused_adapter - scan for unused adapters
SYNOPSIS
int mca_find_unused_adapter
(int id,
int start);
ARGUMENTS
- id
-
MCA identification to search for
- start
-
starting slot
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.
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:55:30 GMT, June 12, 2005