Changeset 33214 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 18, 2010 5:49:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r33209 r33214 7718 7718 #ifdef VBOX_WITH_MSI_DEVICES 7719 7719 PCIDevSetStatus (&pThis->dev, VBOX_PCI_STATUS_CAP_LIST); 7720 PCIDevSetCapabilityList(&pThis->dev, 0x 80);7720 PCIDevSetCapabilityList(&pThis->dev, 0xa0); 7721 7721 #else 7722 7722 PCIDevSetCapabilityList(&pThis->dev, 0x70); … … 7751 7751 PDMMSIREG aMsiReg; 7752 7752 aMsiReg.cVectors = 1; 7753 aMsiReg.iCapOffset = 0x 80;7753 aMsiReg.iCapOffset = 0xa0; 7754 7754 aMsiReg.iNextOffset = 0x70; 7755 7755 aMsiReg.iMsiFlags = 0;
Note:
See TracChangeset
for help on using the changeset viewer.