Changeset 18322 in vbox for trunk/include/VBox
- Timestamp:
- Mar 26, 2009 3:23:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/scsi.h
r18298 r18322 146 146 #define SCSI_STATUS_TASK_ABORTED 0x40 147 147 148 /* Sense data response codes - This is the first byte in the sense data */ 149 #define SCSI_SENSE_RESPONSE_CODE_CURR_FIXED 0x70 150 #define SCSI_SENSE_RESPONSE_CODE_DEFERRED_FIXED 0x71 151 #define SCSI_SENSE_RESPONSE_CODE_CURR_DESC 0x72 152 #define SCSI_SENSE_RESPONSE_CODE_DEFERRED_DESC 0x73 148 153 149 154 /* Sense keys */
Note:
See TracChangeset
for help on using the changeset viewer.