|
libhd 5.0
|
#include <hd.h>
Data Fields | |
| int | handle |
| idx in database More... | |
| int | next_vario |
| link to alternate vario More... | |
| int | drvid |
| unique id of the driver vario More... | |
| int | typ |
| Type to identify the driver. More... | |
| int | subtyp |
| Subtype of the driver type. More... | |
| int | smp |
| SMP supported ? More... | |
| char * | mod_name |
| name of the driver module More... | |
| char * | para_str |
| optional parameter string More... | |
| char * | mod_preload |
| optional modules to preload More... | |
| char * | cfg_prog |
| optional cfg prog More... | |
| char * | firmware |
| optional firmware to load More... | |
| char * | description |
| optional description More... | |
| char * | need_pkg |
| list of packages needed for function More... | |
| char * | info |
| optional additional info More... | |
| char * | protocol |
| supported D-channel protocols More... | |
| char * | interface |
| supported API interfaces More... | |
| char * | io |
| possible IO ports with legacy ISA cards More... | |
| char * | irq |
| possible interrupts with legacy ISA cards More... | |
| char * | membase |
| possible membase with legacy ISA cards More... | |
| char * | features |
| optional features More... | |
| int | card_ref |
| reference to a card More... | |
| char * | name |
| driver name More... | |