Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 12:30:11 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 mca.c
Message-ID:  <200204261930.g3QJUBg99144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.<X>      - The error record with sequence number <X>.
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204261930.g3QJUBg99144>