Changeset 80704 in vbox for trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
- Timestamp:
- Sep 10, 2019 3:19:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r80702 r80704 5527 5527 MsiReg.iMsixNextOffset = 0x00; 5528 5528 MsiReg.iMsixBar = 3; 5529 Assert(pDevIns->pReg->cMaxMsixVectors >= MsiReg.cMsixVectors); /* fix device registration when enabling this */ 5529 5530 # else 5530 5531 MsiReg.cMsiVectors = 1; … … 5752 5753 /* .cbInstanceRC = */ 0, 5753 5754 /* .cMaxPciDevices = */ 1, 5755 /* .cMaxMsixVectors = */ 0, 5754 5756 /* .pszDescription = */ "LSI Logic 53c1030 SCSI controller.\n", 5755 5757 #if defined(IN_RING3) … … 5826 5828 /* .cbInstanceRC = */ 0, 5827 5829 /* .cMaxPciDevices = */ 1, 5830 /* .cMaxMsixVectors = */ 0, 5828 5831 /* .pszDescription = */ "LSI Logic SAS1068 controller.\n", 5829 5832 #if defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.