- Timestamp:
- Jun 14, 2010 11:56:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r29897 r30179 695 695 hdCtr = m_Machine.GetStorageControllerByName(ctrHdName); 696 696 hdCtr.SetControllerType(hdStorageControllerType); 697 698 /* Set the port count to 1 if SATA is used. */ 699 if (hdStorageControllerType == KStorageControllerType_IntelAhci) 700 hdCtr.SetPortCount(1); 697 701 } 698 702 else
Note:
See TracChangeset
for help on using the changeset viewer.