Include order bit in sdev->type.

This commit is contained in:
Hidetoshi Shimokawa 2003-08-21 08:40:31 +00:00
parent 6cb38a02e0
commit 7e711d0d8d

View File

@ -591,7 +591,7 @@ END_DEBUG
}
sdev = &target->luns[lun];
sdev->status = SBP_DEV_RESET;
sdev->type = (reg->val & 0xf0000) >> 16;
sdev->type = (reg->val & 0xff0000) >> 16;
fwdma_malloc(sbp->fd.fc,
/* alignment */ sizeof(u_int32_t),