Changeset 43661 in vbox for trunk/src/VBox
- Timestamp:
- Oct 16, 2012 5:22:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxSCSI.h
r43659 r43661 59 59 * Any write to the register at offset 3 causes the interface to be reset. A read returns 60 60 * the SCSI status code of the last operation. 61 * 61 * 62 62 * This part has no R0 or GC components. 63 63 */ … … 116 116 uint32_t iBuf; 117 117 /** The result code of last operation. */ 118 int rcCompletion; 118 int32_t rcCompletion; 119 #if HC_ARCH_BITS == 64 120 uint32_t Alignment1; 121 #endif 119 122 /** Flag whether a request is pending. */ 120 123 volatile bool fBusy;
Note:
See TracChangeset
for help on using the changeset viewer.