From owner-cvs-all Fri Apr 26 12:30:17 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 D5C8B37B422; Fri, 26 Apr 2002 12:30:11 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3QJUBg99144; Fri, 26 Apr 2002 12:30:11 -0700 (PDT) (envelope-from marcel) Message-Id: <200204261930.g3QJUBg99144@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 26 Apr 2002 12:30:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 mca.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/26 12:30:11 PDT Added files: sys/ia64/ia64 mca.c Log: Machine Check Architecture (MCA) support code. Error records are collected at boot and made available through sysctl(8). At the moment, the following MIB names are created: hw.mca.count - The number of error records collected. hw.mca.first - The lowest sequence number present. hw.mca.last - The highest sequence number present. hw.mca. - The error record with sequence number . Using sysctl(8) allows us to easily detect and analyze the records, which is very helpful during development of MCA but can also be used in production as a way to collect machine health statistics. Revision Changes Path 1.1 +178 -0 src/sys/ia64/ia64/mca.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message