diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-07-29 04:00:35 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-07-29 04:00:35 +0000 |
| commit | 065ab42faa7f9ac44db55c067533faf8da33a3f4 (patch) | |
| tree | 814e224ab6dd3ec41a75a96bc2fc088b3d774607 /sys/dev/firewire | |
| parent | 22774c8621cfc7be29b99e38b2e4e833ad11a743 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
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; |
