added amd geode lx cpu type, untested

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-04-13 17:20:46 +00:00
parent c54a6536d6
commit 801fe71d43
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -507,6 +507,8 @@ typedef enum cpu_types {
B_CPU_AMD_ATHLON_64_MODEL_14 = 0x110f0e,
B_CPU_AMD_ATHLON_64_MODEL_15,
B_CPU_AMD_GEODE_LX = 0x11050a,
/* VIA/Cyrix */
B_CPU_CYRIX_x86 = 0x120000,
B_CPU_VIA_CYRIX_x86 = 0x120000,
+2
View File
@@ -156,6 +156,8 @@ get_cpu_model_string(system_info *info)
return "Athlon 64";
case B_CPU_AMD_OPTERON:
return "Opteron";
case B_CPU_AMD_GEODE_LX:
return "Geode LX";
/* Transmeta */
case B_CPU_TRANSMETA_CRUSOE: