Changeset 37423 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Jun 12, 2011 6:37:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72222
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/MsixCommon.cpp
r36663 r37423 170 170 Assert(!pciDevIsPassthrough(pDev)); 171 171 172 uint16_t cVectors = pMsiReg->cMsixVectors; 172 uint16_t cVectors = pMsiReg->cMsixVectors; 173 173 uint8_t iCapOffset = pMsiReg->iMsixCapOffset; 174 174 uint8_t iNextOffset = pMsiReg->iMsixNextOffset; -
trunk/src/VBox/Devices/Bus/PCIInternal.h
r36562 r37423 91 91 /** Flag whether the device is capable of MSI using 64-bit address. */ 92 92 PCIDEV_FLAG_MSI64_CAPABLE = 1<<6 93 93 94 94 }; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.