Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 16:01:19 +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:  <201003161602.o2GG2hX8047525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-03-16 16:01:19 UTC

  FreeBSD src repository

  Modified files:
    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 205214 on 2010-03-16 16:01:19Z by jhb
  
  - 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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.9       +49 -3     src/sys/amd64/amd64/mca.c
  1.3       +5 -0      src/sys/amd64/include/mca.h
  1.59      +12 -0     src/sys/amd64/include/specialreg.h
  1.7       +49 -3     src/sys/i386/i386/mca.c
  1.3       +5 -0      src/sys/i386/include/mca.h
  1.57      +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?201003161602.o2GG2hX8047525>