- Added support in system info for extended cpu family and model.
- Take extended family and model into account when generating the cpu type and revision. - Added Intel Core 2 Extreme to the cpu list. Please review. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -455,6 +455,7 @@ typedef enum cpu_types {
|
||||
B_CPU_INTEL_PENTIUM_IV_MODEL_2,
|
||||
B_CPU_INTEL_PENTIUM_IV_MODEL_3,
|
||||
B_CPU_INTEL_PENTIUM_IV_MODEL_4,
|
||||
B_CPU_INTEL_PENTIUM_CORE_2_EXTREME = 0x1467,
|
||||
|
||||
/* AMD */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user