diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-07-28 06:15:59 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-07-28 06:15:59 +0000 |
| commit | 1deac5817994a27fd4b6d4342b69e6773f7a934a (patch) | |
| tree | aef0e23332a02e65463a1a419cc6fd6e2df931de /sys/dev/usb | |
| parent | 234c7726c87700e8658f1620c8e98ea095be831e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 2948734dd590..bc4de77e1cb2 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -2393,7 +2393,7 @@ umass_cam_action(struct cam_sim *sim, union ccb *ccb) cpi->version_num = 1; cpi->hba_inquiry = 0; cpi->target_sprt = 0; - cpi->hba_misc = 0; + cpi->hba_misc = PIM_NO_6_BYTE; cpi->hba_eng_cnt = 0; cpi->max_target = UMASS_SCSIID_MAX; /* one target */ cpi->initiator_id = UMASS_SCSIID_HOST; |
