Author: marcel
Date: Sat Jun 11 02:22:11 2011
New Revision: 222971
URL: http://svn.freebsd.org/changeset/base/222971

Log:
  Add the model number for the Montvale processor (marketed as Itanium 2 9100).
  At this time we're missing just one: Tukwila (Itanium 2 9300).

Modified:
  head/sys/ia64/ia64/machdep.c

Modified: head/sys/ia64/ia64/machdep.c
==============================================================================
--- head/sys/ia64/ia64/machdep.c        Sat Jun 11 01:58:31 2011        
(r222970)
+++ head/sys/ia64/ia64/machdep.c        Sat Jun 11 02:22:11 2011        
(r222971)
@@ -232,6 +232,9 @@ identifycpu(void)
                case 0x00:
                        model_name = "Montecito";
                        break;
+               case 0x01:
+                       model_name = "Montvale";
+                       break;
                }
                break;
        }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to