From 52737ec557aafa52129f868702fde09de86c403c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 11 Jun 2011 02:22:11 +0000 Subject: [PATCH] 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). --- sys/ia64/ia64/machdep.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 1463fb5c327e..f3105fc93f46 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -232,6 +232,9 @@ identifycpu(void) case 0x00: model_name = "Montecito"; break; + case 0x01: + model_name = "Montvale"; + break; } break; }