Changeset 51516 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 3, 2014 4:01:47 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94137
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r51409 r51516 8218 8218 if (RT_FAILURE(rc)) 8219 8219 { 8220 LogRel(("Chipset cannot do MSI: %Rrc\n", rc));8221 8220 PCIDevSetCapabilityList(&pThis->dev, 0x70); 8222 8221 /* That's OK, we can work without MSI */ -
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r46265 r51516 5412 5412 if (RT_FAILURE (rc)) 5413 5413 { 5414 LogRel(("Chipset cannot do MSI: %Rrc\n", rc));5415 5414 /* That's OK, we can work without MSI */ 5416 5415 PCIDevSetCapabilityList(&pThis->PciDev, 0x0);
Note:
See TracChangeset
for help on using the changeset viewer.