(Joerg Meyer) - Add Via processors IDs(Esther/Isaiah)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes 2009-04-10 15:13:20 +00:00
parent d73c25b6c7
commit 33941551de
2 changed files with 8 additions and 0 deletions

View File

@ -557,6 +557,9 @@ typedef enum cpu_types {
B_CPU_VIA_C3_SAMUEL_2 = 0x1367,
B_CPU_VIA_C3_EZRA_T = 0x1368,
B_CPU_VIA_C3_NEHEMIAH = 0x1369,
B_CPU_VIA_C7_ESTHER = 0x136a,
B_CPU_VIA_C7_ESTHER_2 = 0x136d,
B_CPU_VIA_NANO_ISAIAH = 0x136f,
/* Transmeta */
B_CPU_TRANSMETA_x86 = 0x1600,

View File

@ -189,6 +189,11 @@ get_cpu_model_string(system_info *info)
if ((info->cpu_revision & 0xf) < 8)
return "C3 Nehemiah";
return "C3 Eden-N";
case B_CPU_VIA_C7_ESTHER:
case B_CPU_VIA_C7_ESTHER_2:
return "C7";
case B_CPU_VIA_NANO_ISAIAH:
return "Nano";
/* Cyrix/VIA */
case B_CPU_CYRIX_GXm: