VirtualBox

Changeset 76077 in vbox


Ignore:
Timestamp:
Dec 8, 2018 10:11:43 PM (6 years ago)
Author:
vboxsync
Message:

Try again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r76076 r76077  
    350350    /** Whether RC is enabled. */
    351351    bool                            fGCEnabled;
    352 
    353352    /** Base address of the I/O ports. */
    354353    RTIOPORT                        IOPortBase;
     354
    355355    /** Base address of the memory mapping. */
    356356    RTGCPHYS                        MMIOBase;
     357
    357358    /** Status register - Readonly. */
    358359    volatile uint8_t                regStatus;
     
    407408    uint8_t                         uDevType;
    408409
     410    /** Signature index for Adaptec models. */
     411    uint8_t                         uAhaSigIdx;
     412    uint8_t                         Alignment[7];
     413
    409414    /** Number of mailboxes the guest set up. */
    410415    uint32_t                        cMailbox;
    411416
    412     /** Signature index for Adaptec models. */
    413     uint8_t                         uAhaSigIdx;
    414     uint8_t                         Alignment0[7];
     417#if HC_ARCH_BITS == 64
     418    uint32_t                        Alignment0;
     419#endif
    415420
    416421    /** Time when HBA reset was last initiated. */  /**< @todo does this need to be saved? */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette