Add the Madison II, which is the second generation Madison. The Madison II

is model 2 in the Itanium 2 family and has up to 9MB of L3 cache and clocks
higher than 1.5Ghz. There's no LV variant AFAICT.
This commit is contained in:
marcel 2004-10-06 02:43:28 +00:00
parent bd54d28ff8
commit 588f4ee00b

View File

@ -198,6 +198,9 @@ identifycpu(void)
else
model_name = "Madison";
break;
case 0x02:
model_name = "Madison II";
break;
}
break;
}