Date: Sat, 11 Jun 2011 02:22:11 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222971 - head/sys/ia64/ia64 Message-ID: <201106110222.p5B2MBF3053774@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106110222.p5B2MBF3053774>