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:
parent
bd54d28ff8
commit
588f4ee00b
@ -198,6 +198,9 @@ identifycpu(void)
|
||||
else
|
||||
model_name = "Madison";
|
||||
break;
|
||||
case 0x02:
|
||||
model_name = "Madison II";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user