summaryrefslogtreecommitdiff
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-05-15 05:20:12 +0000
committerScott Long <scottl@FreeBSD.org>2004-05-15 05:20:12 +0000
commitfc71e5b990800f302981e492492aca9b0fd6105a (patch)
treee21ac88b8214576cde8f28e0f9f944ad2b6b55dc /sys/dev/twa
parentcc78281082684f83c83a303e8da8adc0ef72a2a9 (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 6262b62198d1..2e98cdaa7b32 100644
--- a/sys/dev/twa/twa_cam.c
+++ b/sys/dev/twa/twa_cam.c
@@ -420,7 +420,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;