Changeset 17756 in vbox
- Timestamp:
- Mar 12, 2009 3:21:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17755 r17756 1965 1965 { 1966 1966 ComPtr<IStorageController> pController; 1967 const Utf8Str &hdcVBox = vsdeHDC IDE.front()->strVbox;1967 const Utf8Str &hdcVBox = vsdeHDCSATA.front()->strVbox; 1968 1968 if (hdcVBox == "AHCI") 1969 1969 { … … 1987 1987 ComPtr<IStorageController> pController; 1988 1988 StorageControllerType_T controllerType; 1989 const Utf8Str &hdcVBox = vsdeHDC IDE.front()->strVbox;1989 const Utf8Str &hdcVBox = vsdeHDCSCSI.front()->strVbox; 1990 1990 if (hdcVBox == "LsiLogic") 1991 1991 controllerType = StorageControllerType_LsiLogic;
Note:
See TracChangeset
for help on using the changeset viewer.