VirtualBox

Changeset 36153 in vbox for trunk/include


Ignore:
Timestamp:
Mar 3, 2011 4:14:59 PM (14 years ago)
Author:
vboxsync
Message:

PCI: more raw and 64-bit BARs coding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/rawpci.h

    r36138 r36153  
    7474    RTGCPHYS             StartAddress;
    7575    uint64_t             iRegionSize;
     76    int32_t              iRegion;
    7677    uint32_t             fFlags;
    7778    /* out */
     
    8889    RTR3PTR              pvAddressR3;
    8990    RTR0PTR              pvAddressR0;
     91    int32_t              iRegion;
    9092} PCIRAWREQUNMAPREGION;
    9193
     
    296298                                             RTHCPHYS       RegionStart,
    297299                                             uint64_t       u64RegionSize,
     300                                             int32_t        fFlags,
    298301                                             RTR0PTR        *pRegionBaseR0));
    299302
     
    304307     */
    305308    DECLR0CALLBACKMEMBER(int,  pfnUnmapRegion,(PRAWPCIDEVPORT pPort,
     309                                               int32_t        iRegion,
    306310                                               RTHCPHYS       RegionStart,
    307311                                               uint64_t       u64RegionSize,
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