History log of /freebsd-10.3-release/sys/ia64/include/mca.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 209671 03-Jul-2010 marcel

Allocate and setup an interrupt vector for corrected machine checks.
For now, just print when we get the interrupt, but eventually we need
to collect the details and provide a more useful report.


# 206570 13-Apr-2010 marcel

Populate the sysctl tree with any MCA records we collected.
The sequence number is used as the name of a sysctl node,
under which we add the MCA records using the CPU id as the
leaf name.

Add the hw.mca.inject sysctl to provide a way to inject
MC errors and trigger machine checks.

PR: ia64/113102


# 200888 23-Dec-2009 marcel

Add a bit definition for invalid timestamp in the record header.


# 188119 04-Feb-2009 jhb

Tweak the ia64 machine check handling code to not register new sysctl nodes
while holding a spin mutex. Instead, it now shoves the machine check
records onto a queue that is later drained to add sysctl nodes for each
record. While a routine to drain the queue is present, it is not currently
called.

Reviewed by: marcel


# 139790 06-Jan-2005 imp

/* -> /*- for copyright notices, minor format tweaks as necessary


# 97443 29-May-2002 marcel

Remove the definition of struct mca_guid and use the generic
struct uuid defined in <sys/uuid.h>.

Use uuid/UUID instead of guid/GUID to emphasize that the
identifiers are DCE version 1 identifiers and also to avoid
inconsistencies as much a possible.


# 97090 22-May-2002 marcel

o Add records for PCI bus and PCI device errors.
o Rename mem_platform_id to mem_oem_id.
o Minor style fixes.


# 96921 19-May-2002 marcel

Add record definition for memory checks.


# 96062 05-May-2002 marcel

o Add struct mca_guid
o Add currently known GUIDs
o Slight restyling


# 95515 26-Apr-2002 marcel

Machine Check Architecture (MCA) structures and constants.