Changeset 76077 in vbox
- Timestamp:
- Dec 8, 2018 10:11:43 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r76076 r76077 350 350 /** Whether RC is enabled. */ 351 351 bool fGCEnabled; 352 353 352 /** Base address of the I/O ports. */ 354 353 RTIOPORT IOPortBase; 354 355 355 /** Base address of the memory mapping. */ 356 356 RTGCPHYS MMIOBase; 357 357 358 /** Status register - Readonly. */ 358 359 volatile uint8_t regStatus; … … 407 408 uint8_t uDevType; 408 409 410 /** Signature index for Adaptec models. */ 411 uint8_t uAhaSigIdx; 412 uint8_t Alignment[7]; 413 409 414 /** Number of mailboxes the guest set up. */ 410 415 uint32_t cMailbox; 411 416 412 /** Signature index for Adaptec models. */ 413 uint 8_t uAhaSigIdx;414 uint8_t Alignment0[7]; 417 #if HC_ARCH_BITS == 64 418 uint32_t Alignment0; 419 #endif 415 420 416 421 /** Time when HBA reset was last initiated. */ /**< @todo does this need to be saved? */
Note:
See TracChangeset
for help on using the changeset viewer.

