From owner-cvs-src@FreeBSD.ORG Wed Oct 6 02:43:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B277516A4CE; Wed, 6 Oct 2004 02:43:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E9343D53; Wed, 6 Oct 2004 02:43:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i962hSL0099466; Wed, 6 Oct 2004 02:43:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i962hSjr099465; Wed, 6 Oct 2004 02:43:28 GMT (envelope-from marcel) Message-Id: <200410060243.i962hSjr099465@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 6 Oct 2004 02:43:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 02:43:28 -0000 marcel 2004-10-06 02:43:28 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: 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. Revision Changes Path 1.190 +3 -0 src/sys/ia64/ia64/machdep.c