Searched defs:cs80_describe (Results 1 – 1 of 1) sorted by relevance
97 struct cs80_describe { struct98 u_int d_iuw:16, /* controller: installed unit word */99 d_cmaxxfr:16, /* controller: max transfer rate (Kb) */100 d_ctype:8, /* controller: controller type */101 d_utype:8, /* unit: unit type */102 d_name:24, /* unit: name (6 BCD digits) */103 d_sectsize:16, /* unit: # of bytes per block (sector) */104 d_blkbuf:8, /* unit: # of blocks which can be buffered */105 d_burstsize:8, /* unit: recommended burst size */106 d_blocktime:16, /* unit: block time (u-sec) */[all …]