1MCA_SET_ADAPTER_NAME(9) Public Functions Provided MCA_SET_ADAPTER_NAME(9)
2
3
4
6 mca_set_adapter_name - Set the description of the card
7
9 void mca_set_adapter_name(int slot, char * name);
10
12 slot
13 slot to name
14
15 name
16 text string for the namen
17
19 This function sets the name reported via /proc for this adapter slot.
20 This is for user information only. Setting a name deletes any previous
21 name.
22
24 Alan Cox <alan@lxorguk.ukuu.org.uk>
25 Author.
26
27 David Weinehall
28 Author.
29
30 Chris Beauregard
31 Author.
32
34Kernel Hackers Manual 2.6. November 2011 MCA_SET_ADAPTER_NAME(9)