Changeset 38702 in vbox for trunk/src/VBox
- Timestamp:
- Sep 9, 2011 11:33:13 AM (13 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp
r38694 r38702 147 147 148 148 rc = vscsiVpdPagePoolAllocNewPage(&pVScsiLunSbc->VpdPagePool, VSCSI_VPD_SUPPORTED_PAGES_NUMBER, 149 VSCSI_VPD_SUPPORTED_PAGES_SIZE + cVpdPages - 1, (uint8_t **)&pVpdPages);149 VSCSI_VPD_SUPPORTED_PAGES_SIZE + cVpdPages, (uint8_t **)&pVpdPages); 150 150 if (RT_SUCCESS(rc)) 151 151 { -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r38688 r38702 2952 2952 } 2953 2953 } 2954 /** @todo add SCSI/SAS support once the SSD support is there */2955 2954 2956 2955 Utf8Str devicePath = Utf8StrFmt("%s/%u/LUN#%u", pcszDevice, uInstance, uLUN); … … 2963 2962 PCFGMNODE pL1Cfg = NULL; 2964 2963 InsertConfigNode(pLunL0, "Config", &pL1Cfg); 2964 InsertConfigInteger(pL1Cfg, "NonRotationalMedium", !!fNonRotational); 2965 2965 2966 2966 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL0);
Note:
See TracChangeset
for help on using the changeset viewer.