Changeset 48756 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2013 8:09:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r48701 r48756 894 894 if ( osTypeId == "MacOS" 895 895 || osTypeId == "MacOS_x64") 896 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn. */896 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 7); /* Penryn / X5482. */ 897 897 else if ( osTypeId == "MacOS106" 898 898 || osTypeId == "MacOS106_x64") 899 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn*/899 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 7); /* Penryn / X5482 */ 900 900 else if ( osTypeId == "MacOS107" 901 901 || osTypeId == "MacOS107_x64") 902 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn*/ /** @todo figure out what is required here. */902 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 7); /* Penryn / X5482 */ /** @todo figure out what is required here. */ 903 903 else if ( osTypeId == "MacOS108" 904 904 || osTypeId == "MacOS108_x64") 905 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn*/ /** @todo figure out what is required here. */905 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 7); /* Penryn / X5482 */ /** @todo figure out what is required here. */ 906 906 else if ( osTypeId == "MacOS109" 907 907 || osTypeId == "MacOS109_x64") 908 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn*/ /** @todo figure out what is required here. */908 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 7); /* Penryn / X5482 */ /** @todo figure out what is required here. */ 909 909 if (uMaxIntelFamilyModelStep != UINT32_MAX) 910 910 InsertConfigInteger(pCPUM, "MaxIntelFamilyModelStep", uMaxIntelFamilyModelStep);
Note:
See TracChangeset
for help on using the changeset viewer.