Changeset 25676 in vbox
- Timestamp:
- Jan 7, 2010 1:13:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r25589 r25676 863 863 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_I82078)); 864 864 } 865 if (!RTStrICmp(pszCtlType, "lsilogicsas"))865 else if (!RTStrICmp(pszCtlType, "lsilogicsas")) 866 866 { 867 867 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_LsiLogicSas));
Note:
See TracChangeset
for help on using the changeset viewer.