Changeset 64139 in vbox for trunk/include
- Timestamp:
- Oct 3, 2016 4:44:07 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/scsi.h
r62476 r64139 124 124 SCSI_RESERVE_10 = 0x56, 125 125 SCSI_RELEASE_10 = 0x57, 126 SCSI_READ_BLOCK_LIMITS = 0x05 126 SCSI_READ_BLOCK_LIMITS = 0x05, 127 SCSI_MAINTENANCE_IN = 0xa3 127 128 } SCSICMD; 128 129 … … 134 135 SCSI_SVC_ACTION_IN_READ_CAPACITY_16 = 0x10 135 136 } SCSISVCACTIONIN; 137 138 /** 139 * Maintenance in opcode identifiers 140 */ 141 typedef enum SCSIMAINTENANCEIN 142 { 143 SCSI_MAINTENANCE_IN_REPORT_SUPP_OPC = 0x0c 144 } SCSIMAINTENANCEIN; 136 145 137 146 /* Mode page codes for mode sense/select commands. */
Note:
See TracChangeset
for help on using the changeset viewer.