SID_QUAL
if ((inqbuf->device & SID_QUAL) == SID_QUAL_BAD_LU)
if ((inq->device & SID_QUAL) == SID_QUAL_BAD_LU)
switch (inqbuf->device & SID_QUAL) {
printf("SID_QUAL = 0x%02x, ", inqbuf->device & SID_QUAL);
switch (inqbuf->device & SID_QUAL) {