mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set the cpi.hba_inquiry field to something useful.
This commit is contained in:
parent
bd4c922777
commit
e25b7fccd4
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ twa_action(struct cam_sim *sim, union ccb *ccb)
|
|||
twa_dbg_dprint(3, sc, "XPT_PATH_INQ request");
|
||||
|
||||
path_inq->version_num = 1;
|
||||
path_inq->hba_inquiry = 0;
|
||||
path_inq->hba_inquiry = PI_WIDE_16;
|
||||
path_inq->target_sprt = 0;
|
||||
path_inq->hba_misc = 0;
|
||||
path_inq->hba_eng_cnt = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue