cvs commit: src/sys/ia64/ia64 machdep.c

Marcel Moolenaar marcel at FreeBSD.org
Tue Aug 12 01:10:18 PDT 2003


marcel      2003/08/12 01:10:16 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c 
  Log:
  Extend identifycpu():
  o  Differentiate between CPU family and CPU model. There are multiple
     Itanium 2 models and it's nice to differentiate between them.
  o  Seperately export the CPU family and CPU model with sysctl.
  o  Merced is the only model in the Itanium family.
  o  Add Madison to the Itanium 2 family. We already knew about McKinley.
  o  Print the CPU family between parenthesis, like we do with the i386
     CPU class.
  
  My prototype now identifies itself as:
          CPU: Merced (800.03-Mhz Itanium)
  
  pluto1 and pluto2 will eventually identify themselves as:
          CPU: McKinley (900.00-Mhz Itanium 2)
  
  Revision  Changes    Path
  1.151     +36 -17    src/sys/ia64/ia64/machdep.c


More information about the cvs-src mailing list