svn commit: r222971 - head/sys/ia64/ia64

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 11 02:22:12 UTC 2011


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;
 	}


More information about the svn-src-all mailing list