Date: Fri, 26 Mar 2010 13:49:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 mca.c src/sys/amd64/include mca.h specialreg.h src/sys/i386/i386 mca.c src/sys/i386/include mca.h specialreg.h Message-ID: <201003261350.o2QDoDor026321@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-03-26 13:49:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/amd64/amd64 mca.c
sys/amd64/include mca.h specialreg.h
sys/i386/i386 mca.c
sys/i386/include mca.h specialreg.h
Log:
SVN rev 205689 on 2010-03-26 13:49:46Z by jhb
MFC 205214:
- Extend the machine check record structure to include several fields useful
for parsing model-specific and other fields in machine check events
including the global machine check capabilities and status registers,
CPU identification, and the FreeBSD CPU ID.
- Report these added fields in the console log of a machine check so that
a record structure can be reconstituted from the console messages.
- Parse new architectural errors including memory controller errors.
Revision Changes Path
1.3.2.5 +49 -3 src/sys/amd64/amd64/mca.c
1.1.2.3 +5 -0 src/sys/amd64/include/mca.h
1.55.2.5 +12 -0 src/sys/amd64/include/specialreg.h
1.3.2.5 +49 -3 src/sys/i386/i386/mca.c
1.1.2.3 +5 -0 src/sys/i386/include/mca.h
1.53.2.5 +12 -0 src/sys/i386/include/specialreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003261350.o2QDoDor026321>
