Changeset 76075 in vbox
- Timestamp:
- Dec 8, 2018 9:56:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r76074 r76075 404 404 /** Default ISA I/O port base in FW-compatible format. */ 405 405 uint8_t uDefaultISABaseCode; 406 407 406 /** Emulated device type. */ 408 407 uint8_t uDevType; 408 409 409 /** Signature index for Adaptec models. */ 410 410 uint8_t uAhaSigIdx; 411 uint8_t Alignment0[3]; 411 412 412 413 /** Number of mailboxes the guest set up. */ 413 414 uint32_t cMailbox; 414 415 #if HC_ARCH_BITS == 64416 uint32_t Alignment0;417 #endif418 415 419 416 /** Time when HBA reset was last initiated. */ /**< @todo does this need to be saved? */
Note:
See TracChangeset
for help on using the changeset viewer.