Changeset 61946 in vbox
- Timestamp:
- Jun 30, 2016 7:19:39 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/Debug.cpp
r56292 r61946 22 22 #include <VBox/scsi.h> 23 23 #include "ide.h" 24 25 #ifdef LOG_ENABLED 24 26 25 27 /** … … 899 901 } 900 902 903 #endif /* LOG_ENABLED */ 904 905 #if defined(LOG_ENABLED) || defined(RT_STRICT) 906 901 907 /** 902 908 * Return the plain text of a SCSI command for debugging purposes. … … 1135 1141 } 1136 1142 1143 #endif /* LOG_ENABLED || RT_STRICT */ -
trunk/src/VBox/Devices/Storage/ide.h
r56292 r61946 204 204 205 205 206 #if defined( DEBUG) && defined(IN_RING3)206 #if defined(LOG_ENABLED) && defined(IN_RING3) 207 207 const char * ATACmdText(uint8_t uCmd); 208 208 #endif
Note:
See TracChangeset
for help on using the changeset viewer.