diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-05-15 05:20:12 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-05-15 05:20:12 +0000 |
| commit | fc71e5b990800f302981e492492aca9b0fd6105a (patch) | |
| tree | e21ac88b8214576cde8f28e0f9f944ad2b6b55dc /sys/dev/twa | |
| parent | cc78281082684f83c83a303e8da8adc0ef72a2a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa')
| -rw-r--r-- | sys/dev/twa/twa_cam.c | 2 |
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; |
