VirtualBox

Changeset 36055 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 22, 2011 4:15:17 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70167
Message:

PCI: regions work

File:
1 edited

Legend:

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

    r36028 r36055  
    8484{
    8585    /* in */
     86    RTGCPHYS             StartAddress;
     87    uint64_t             iRegionSize;
    8688    RTR3PTR              pvAddressR3;
    87     RTR0PTR              pvAddressR0;
     89    RTR0PTR              pvAddressR0;   
    8890} PCIRAWREQUNMAPREGION;
    8991
     
    292294    DECLR0CALLBACKMEMBER(int,  pfnMapRegion,(PRAWPCIDEVPORT pPort,
    293295                                             int32_t        iRegion,
    294                                              RTHCPHYS       pRegionStart,
     296                                             RTHCPHYS       RegionStart,
    295297                                             uint64_t       u64RegionSize,
    296298                                             RTR0PTR        *pRegionBase));
     299
     300    /**
     301     * Unmap PCI region.
     302     *
     303     * @param   pPort     Pointer to this structure.
     304     */
     305    DECLR0CALLBACKMEMBER(int,  pfnUnmapRegion,(PRAWPCIDEVPORT pPort,
     306                                               RTHCPHYS       RegionStart,
     307                                               uint64_t       u64RegionSize,
     308                                               RTR0PTR        RegionBase));
    297309
    298310    /**
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