- Timestamp:
- Jun 14, 2007 6:48:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r3113 r3114 3551 3551 #ifdef IN_RING3 3552 3552 /* Software RESET low to high */ 3553 uint32_t uCmdWait0 = -1, uCmdWait1 = -1;3553 int32_t uCmdWait0 = -1, uCmdWait1 = -1; 3554 3554 uint64_t uNow = RTTimeNanoTS(); 3555 3555 if (pCtl->aIfs[0].u64CmdTS)
Note:
See TracChangeset
for help on using the changeset viewer.