aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-05-15 05:18:05 +0000
committerScott Long <scottl@FreeBSD.org>2004-05-15 05:18:05 +0000
commite25b7fccd412fbe89daf9a6d9d7fec1f9c86edf0 (patch)
tree19d0bb2b728a71d6f7498b1960155d28eac89e19 /sys/dev/twa
parentbd4c922777d59230aae6c3812520bc84fafab89c (diff)
Notes
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/twa_cam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/twa_cam.c b/sys/dev/twa/twa_cam.c
index b8505e988e4b3..b0caafe65fd57 100644
--- a/sys/dev/twa/twa_cam.c
+++ b/sys/dev/twa/twa_cam.c
@@ -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;