summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-10-06 02:43:28 +0000
committermarcel <marcel@FreeBSD.org>2004-10-06 02:43:28 +0000
commitb5798c745b8d0b1e503936f6caafc1c0085b8df5 (patch)
treef65f21adeef7b4d6d58f0928abfa3b8b62948c1f /sys
parente1ce006b64dc55093417e1d9c363650dbfe1da27 (diff)
downloadFreeBSD-src-b5798c745b8d0b1e503936f6caafc1c0085b8df5.zip
FreeBSD-src-b5798c745b8d0b1e503936f6caafc1c0085b8df5.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/machdep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 9627fb2..9b11553 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -198,6 +198,9 @@ identifycpu(void)
else
model_name = "Madison";
break;
+ case 0x02:
+ model_name = "Madison II";
+ break;
}
break;
}
OpenPOWER on IntegriCloud