1MCA_FIND_UNUSED_ADAP(9) Public Functions Provided MCA_FIND_UNUSED_ADAP(9)
2
3
4
6 mca_find_unused_adapter - scan for unused adapters
7
9 int mca_find_unused_adapter(int id, int start);
10
12 id
13 MCA identification to search for
14
15 start
16 starting slot
17
19 Search the MCA configuration for adapters matching the 16bit ID given.
20 The first time it should be called with start as zero and then further
21 calls made passing the return value of the previous call until
22 MCA_NOTFOUND is returned.
23
24 Adapters that have been claimed by drivers and those that are disabled
25 are not reported. This function thus allows a driver to scan for
26 further cards when some may already be driven.
27
29 Alan Cox <alan@lxorguk.ukuu.org.uk>
30 Author.
31
32 David Weinehall
33 Author.
34
35 Chris Beauregard
36 Author.
37
39Kernel Hackers Manual 2.6. June 2019 MCA_FIND_UNUSED_ADAP(9)