VirtualBox

Changeset 36716 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 18, 2011 2:17:17 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71232
Message:

PCI: 64-bit BARs tweaks, release logs on device attach, allow extended register space access

File:
1 edited

Legend:

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

    r36678 r36716  
    10491049    }
    10501050
     1051    PciBusAddress(int32_t iAddr)
     1052    {
     1053        clear();
     1054        fromLong(iAddr);
     1055    }
     1056
    10511057    PciBusAddress& clear()
    10521058    {
     
    11401146        return true;
    11411147    }
     1148
     1149    static const size_t cMaxAddrSize = 10;
    11421150};
    11431151#endif /* __cplusplus */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette