VirtualBox

Ignore:
Timestamp:
Feb 21, 2008 2:06:23 PM (17 years ago)
Author:
vboxsync
Message:

Make our devices use the RTGCPHYS32 type & backed out the alignment changes
Added SSMR3PutGCPhys32 & SSMR3GetGCPhys32
Removed obsolete VBOX types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h

    r7060 r7072  
    5252/** PIIX3 Bus Master DMA unit state. */
    5353typedef struct BMDMAState {
    54     /** Address of the MMIO region in the guest's memory space. */
    55     uint32_t pvAddr;
    5654    /** Command register. */
    5755    uint8_t u8Cmd;
    5856    /** Status register. */
    5957    uint8_t u8Status;
     58    /** Address of the MMIO region in the guest's memory space. */
     59    RTGCPHYS32 pvAddr;
    6060} BMDMAState;
    6161
     
    6464typedef struct BMDMADesc {
    6565    /** Address of the DMA source/target buffer. */
    66     uint32_t pBuffer;
     66    RTGCPHYS32 pBuffer;
    6767    /** Size of the DMA source/target buffer. */
    6868    uint32_t cbBuffer;
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