Changeset 43330 in vbox
- Timestamp:
- Sep 14, 2012 4:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r43329 r43330 348 348 #endif 349 349 350 /** Time when HBA reset was last initiated. */ //@todo: does this need to be saved?351 uint64_t u64ResetTime;352 350 /** Physical base address of the outgoing mailboxes. */ 353 351 RTGCPHYS GCPhysAddrMailboxOutgoingBase; … … 362 360 uint32_t Alignment1; 363 361 #endif 362 363 /** Time when HBA reset was last initiated. */ //@todo: does this need to be saved? 364 uint64_t u64ResetTime; 364 365 365 366 /** Physical base address of the incoming mailboxes. */
Note:
See TracChangeset
for help on using the changeset viewer.