Searched defs:rd_describe (Results 1 – 1 of 1) sorted by relevance
82 struct rd_describe { struct83 u_int d_iuw:16, /* controller: installed unit word */84 d_cmaxxfr:16, /* controller: max transfer rate (Kb) */85 d_ctype:8, /* controller: controller type */86 d_utype:8, /* unit: unit type */87 d_name:24, /* unit: name (6 BCD digits) */88 d_sectsize:16, /* unit: # of bytes per block (sector) */89 d_blkbuf:8, /* unit: # of blocks which can be buffered */90 d_burstsize:8, /* unit: recommended burst size */91 d_blocktime:16, /* unit: block time (u-sec) */[all …]