VirtualBox

Changeset 7043 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 20, 2008 3:16:23 PM (17 years ago)
Author:
vboxsync
Message:

Realigning after RTGCPHYS change.

Location:
trunk/src/VBox/Devices/Storage
Files:
2 edited

Legend:

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

    r6609 r7043  
    321321    /** Size of current DMA buffer (for redo operations). */
    322322    uint32_t    cbRedoDMABuffer;
     323    /** Alignmnet padding. */
     324    uint32_t    u32Alignment0;
    323325
    324326    /** The ATA/ATAPI interfaces of this controller. */
  • trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h

    r5999 r7043  
    5252/** PIIX3 Bus Master DMA unit state. */
    5353typedef struct BMDMAState {
     54    /** Address of the MMIO region in the guest's memory space. */
     55    RTGCPHYS pvAddr;
    5456    /** Command register. */
    5557    uint8_t u8Cmd;
    5658    /** Status register. */
    5759    uint8_t u8Status;
    58     /** Address of the MMIO region in the guest's memory space. */
    59     RTGCPHYS pvAddr;
     60    uint8_t au8Alignment[6]; /**< Alignment padding. */
    6061} BMDMAState;
    6162
     
    6768    /** Size of the DMA source/target buffer. */
    6869    uint32_t cbBuffer;
     70    uint32_t u32Alignment; /**< Alignment padding. */
    6971} BMDMADesc;
    7072
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