CISS_MAX_CDB
if (xs->cmdlen > CISS_MAX_CDB) {
bcopy(&xs->cmd, &cmd->cdb[0], CISS_MAX_CDB);
u_int8_t cdb[CISS_MAX_CDB]; /* 18 */