mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Include order bit in sdev->type.
This commit is contained in:
parent
6cb38a02e0
commit
7e711d0d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue