aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-07-28 06:15:59 +0000
committerNate Lawson <njl@FreeBSD.org>2003-07-28 06:15:59 +0000
commit1deac5817994a27fd4b6d4342b69e6773f7a934a (patch)
treeaef0e23332a02e65463a1a419cc6fd6e2df931de /sys/dev/firewire
parent234c7726c87700e8658f1620c8e98ea095be831e (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 6cf09cbb26e1..15121aae4bde 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -2369,7 +2369,7 @@ END_DEBUG
cpi->version_num = 1; /* XXX??? */
cpi->hba_inquiry = PI_TAG_ABLE;
cpi->target_sprt = 0;
- cpi->hba_misc = PIM_NOBUSRESET;
+ cpi->hba_misc = PIM_NOBUSRESET | PIM_NO_6_BYTE;
cpi->hba_eng_cnt = 0;
cpi->max_target = SBP_NUM_TARGETS - 1;
cpi->max_lun = SBP_NUM_LUNS - 1;