#include <hd.h>
Data Fields | |
driver_info_u * | next |
enum driver_info_type | type |
driver info type | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries | |
unsigned | active:1 |
if module is currently active | |
unsigned | modprobe:1 |
modprobe or insmod | |
str_list_t * | names |
(ordered) list of module names | |
str_list_t * | mod_args |
list of module args (corresponds to the module name list) | |
char * | conf |
conf.modules entry, if any (e.g. |
|
if module is currently active
|
|
conf.modules entry, if any (e.g. for sb.o) |
|
|
|
the actual driver database entries
|
|
list of module args (corresponds to the module name list)
|
|
modprobe or insmod
|
|
(ordered) list of module names
|
|
|
|
driver info type
|