dsl info More...
#include <hd.h>
Data Fields | |
union 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 | |
char * | mode |
DSL driver types. | |
char * | name |
DSL driver name. |
dsl info
the actual driver database entries
char* driver_info_dsl_t::mode |
DSL driver types.
Referenced by dsl_driver(), dump_normal(), and free_driver_info().
char* driver_info_dsl_t::name |
DSL driver name.
Referenced by dsl_driver(), dump_normal(), and free_driver_info().
union driver_info_u* driver_info_dsl_t::next [write] |
driver info type
Referenced by dsl_driver().