Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115785743
D48438.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D48438.diff
View Options
diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c
--- a/sys/dev/vmware/pvscsi/pvscsi.c
+++ b/sys/dev/vmware/pvscsi/pvscsi.c
@@ -1444,6 +1444,10 @@
cts->proto_specific.scsi.flags = CTS_SCSI_FLAGS_TAG_ENB;
cts->proto_specific.scsi.valid = CTS_SCSI_VALID_TQ;
+ /* Prefer connection speed over sas port speed */
+ cts->xport_specific.sas.valid &= ~CTS_SAS_VALID_SPEED;
+ cts->xport_specific.sas.bitrate = 0;
+
ccb_h->status = CAM_REQ_CMP;
xpt_done(ccb);
} break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 3:45 PM (8 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17842375
Default Alt Text
D48438.diff (506 B)
Attached To
Mode
D48438: pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bit
Attached
Detach File
Event Timeline
Log In to Comment