1MCA_FIND_ADAPTER(9) Public Functions Provided MCA_FIND_ADAPTER(9)
2
3
4
6 mca_find_adapter - scan for adapters
7
9 int mca_find_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 Disabled adapters are not reported.
25
27 Alan Cox <alan@lxorguk.ukuu.org.uk>
28 Author.
29
30 David Weinehall
31 Author.
32
33 Chris Beauregard
34 Author.
35
37Kernel Hackers Manual 2.6. June 2019 MCA_FIND_ADAPTER(9)