AMI_MAX_CDB
if (xs->cmdlen > AMI_MAX_CDB) {
bcopy(&xs->cmd, ccb->ccb_pt->apt_cdb, AMI_MAX_CDB);
u_int8_t apt_cdb[AMI_MAX_CDB];