VirtualBox

Changeset 81704 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 6, 2019 11:53:51 AM (5 years ago)
Author:
vboxsync
Message:

DevPCI: doxygen. bugref:9218

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r81624 r81704  
    10411041DECLCALLBACK(int) devpciR3CommonIORegionRegister(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    10421042                                                 RTGCPHYS cbRegion, PCIADDRESSSPACE enmType, uint32_t fFlags,
    1043                                                  uint64_t hHandle, PFNPCIIOREGIONMAP pfnCallback)
     1043                                                 uint64_t hHandle, PFNPCIIOREGIONMAP pfnMapUnmap)
    10441044{
    10451045    LogFunc(("%s: region #%u size %RGp type %x fFlags=%#x hHandle=%#RX64\n",
     
    10891089    pRegion->hHandle     = hHandle;
    10901090    pRegion->type        = enmType;
    1091     pRegion->pfnMap      = pfnCallback;
     1091    pRegion->pfnMap      = pfnMapUnmap;
    10921092
    10931093    if ((enmType & PCI_ADDRESS_SPACE_BAR64) != 0)
  • trunk/src/VBox/Devices/Bus/DevPciInternal.h

    r81375 r81704  
    212212DECLCALLBACK(int)  devpciR3CommonIORegionRegister(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    213213                                                  RTGCPHYS cbRegion, PCIADDRESSSPACE enmType, uint32_t fFlags,
    214                                                   uint64_t hHandle, PFNPCIIOREGIONMAP pfnCallback);
     214                                                  uint64_t hHandle, PFNPCIIOREGIONMAP pfnMapUnmap);
    215215DECLCALLBACK(void) devpciR3CommonInterceptConfigAccesses(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev,
    216216                                                         PFNPCICONFIGREAD pfnRead, PFNPCICONFIGWRITE pfnWrite);
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