Changeset 67962 in vbox
- Timestamp:
- Jul 14, 2017 9:29:38 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunSsc.cpp
r67961 r67962 148 148 case SCSI_MODE_SENSE_6: 149 149 { 150 uint8_t uModePage = pVScsiReq->pbCDB[2] & 0x3f;150 // uint8_t uModePage = pVScsiReq->pbCDB[2] & 0x3f; 151 151 uint8_t aReply[24]; 152 152 uint8_t *pu8ReplyPos;
Note:
See TracChangeset
for help on using the changeset viewer.