From owner-cvs-all Mon Apr 22 0:10: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CD137B42C; Mon, 22 Apr 2002 00:09:58 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3M6hWr08938; Sun, 21 Apr 2002 23:43:32 -0700 (PDT) (envelope-from marcel) Message-Id: <200204220643.g3M6hWr08938@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 21 Apr 2002 23:43:32 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/ia64/ia64 sal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/04/21 23:43:32 PDT Modified files: sys/ia64/ia64 sal.c Log: Add ia64_sal_init_state(). This function will initialize the machine check handling. In its current form, it only determines the largest amount of state information it can get from SAL and allocates a region 7 memory block for it. The next steps involve: o get and log any unconsumed (NVM stored) error records across reboots, o register an OS_MCA handler and enable machine checks. Revision Changes Path 1.7 +51 -7 src/sys/ia64/ia64/sal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message