- Timestamp:
- Sep 14, 2012 4:35:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r43330 r43331 361 361 #endif 362 362 363 /** Time when HBA reset was last initiated. */ //@todo: does this need to be saved?364 uint64_t u64ResetTime;365 366 363 /** Physical base address of the incoming mailboxes. */ 367 364 RTGCPHYS GCPhysAddrMailboxIncomingBase; … … 382 379 383 380 uint32_t Alignment2; 381 382 /** Time when HBA reset was last initiated. */ //@todo: does this need to be saved? 383 uint64_t u64ResetTime; 384 384 385 385 /** Critical section protecting access to the interrupt status register. */
Note:
See TracChangeset
for help on using the changeset viewer.