FreeBSD Bugzilla – Attachment 191215 Details for
Bug 225794
VM images for 12.0-CURRENT have problem with USB 3.0 ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
do not try to use any 16-byte commands
scsi_da-disable-rc16-for-usb.diff (text/plain), 475 bytes, created by
Andriy Gapon
on 2018-03-05 09:07:04 UTC
(
hide
)
Description:
do not try to use any 16-byte commands
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2018-03-05 09:07:04 UTC
Size:
475 bytes
patch
obsolete
>diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c >index eb118e5026c1c..a08288480fcbe 100644 >--- a/sys/cam/scsi/scsi_da.c >+++ b/sys/cam/scsi/scsi_da.c >@@ -2542,6 +2542,7 @@ daregister(struct cam_periph *periph, void *arg) > > /* Predict whether device may support READ CAPACITY(16). */ > if (SID_ANSI_REV(&cgd->inq_data) >= SCSI_REV_SPC3 && >+ cpi.transport != XPORT_USB && > (softc->quirks & DA_Q_NO_RC16) == 0) { > softc->flags |= DA_FLAG_CAN_RC16; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225794
:
190466
|
190467
|
190468
|
190469
|
190827
|
190845
|
190847
|
190860
|
190901
|
190908
|
191060
|
191063
|
191120
|
191128
|
191171
|
191172
|
191173
| 191215 |
191268
|
191533