[haiku-bugs] Re: [Haiku] #4427: [AboutSystem] Core 2 Quad is detected as Core 2 Extreme

  • From: "diver" <trac@xxxxxxxxxxxx>
  • Date: Sat, 17 Apr 2010 17:18:28 -0000

#4427: [AboutSystem] Core 2 Quad is detected as Core 2 Extreme
---------------------------------------+------------------------------------
  Reporter:  diver                     |       Owner:  bonefish      
      Type:  bug                       |      Status:  reopened      
  Priority:  normal                    |   Milestone:  R1            
 Component:  Applications/AboutSystem  |     Version:  R1/Development
Resolution:                            |    Keywords:                
 Blockedby:                            |    Platform:  All           
  Blocking:                            |  
---------------------------------------+------------------------------------

Comment(by diver):

 svn diff
 {{{
 Index: headers/private/shared/cpu_type.h
 ===================================================================
 --- headers/private/shared/cpu_type.h   (revision 36332)
 +++ headers/private/shared/cpu_type.h   (working copy)
 @@ -189,6 +189,7 @@
                         return "Core 2";
                 case B_CPU_INTEL_PENTIUM_CORE_2_45_NM:
                         get_cpuid_model_string(cpuidName);
 +                          printf("cpuidName: %s\n", cpuidName);
                         if (strcasestr(cpuidName, "Core") == NULL)
                                 return "Pentium";
                         if (strcasestr(cpuidName, "Celeron") != NULL)
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/4427#comment:19>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: