- Path by Joerg Meyer

- Add identification for Efficeon CPUs



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes 2009-04-03 23:04:30 +00:00
parent 25bd6415a3
commit f0c9d3e745
2 changed files with 5 additions and 0 deletions

View File

@ -561,6 +561,8 @@ typedef enum cpu_types {
/* Transmeta */
B_CPU_TRANSMETA_x86 = 0x1600,
B_CPU_TRANSMETA_CRUSOE = 0x1654,
B_CPU_TRANSMETA_EFFICEON = 0x16f2,
B_CPU_TRANSMETA_EFFICEON_2 = 0x16f3,
/* Rise */
B_CPU_RISE_x86 = 0x1400,

View File

@ -166,6 +166,9 @@ get_cpu_model_string(system_info *info)
/* Transmeta */
case B_CPU_TRANSMETA_CRUSOE:
return "Crusoe";
case B_CPU_TRANSMETA_EFFICEON:
case B_CPU_TRANSMETA_EFFICEON_2:
return "Efficeon";
/* IDT/VIA */
case B_CPU_IDT_WINCHIP_C6: