Changeset 36574 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 6, 2011 12:30:18 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71012
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/MsiCommon.cpp
r36562 r36574 25 25 #include "MsiCommon.h" 26 26 27 /** @todo: use accessors so that raw PCI devices work correctly with MSI. */ 27 28 DECLINLINE(uint16_t) msiGetMessageControl(PPCIDEVICE pDev) 28 29 { -
trunk/src/VBox/Devices/Bus/MsixCommon.cpp
r36079 r36574 38 38 #pragma pack() 39 39 40 /** @todo: use accessors so that raw PCI devices work correctly with MSI-X. */ 40 41 DECLINLINE(uint16_t) msixGetMessageControl(PPCIDEVICE pDev) 41 42 {
Note:
See TracChangeset
for help on using the changeset viewer.