Searched defs:cs80_description (Results 1 – 1 of 1) sorted by relevance
136 struct cs80_description { struct137 u_int16_t d_iuw; /* ctlr: installed unit word */138 u_int16_t d_cmaxxfr; /* ctlr: max transfer rate (KB) */139 u_int8_t d_ctype; /* ctlr: controller type */140 u_int8_t d_utype; /* unit: unit type */141 u_int8_t d_name[3]; /* unit: name (6 BCD digits) */142 u_int16_t d_sectsize; /* unit: # of bytes per block */143 u_int8_t d_blkbuf; /* unit: # of blocks can be buffered */144 u_int8_t d_burstsize; /* unit: recommended burst size */145 u_int16_t d_blocktime; /* unit: block time (u-sec) */[all …]