Subject: Re: Memory parity error indications with ECC RAM
To: Rex McMaster <rmcm@cebes.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 04/30/2002 17:14:20
ecc errors on recent x86 hardware are reported using an
optionally-enabled machine check trap.  see chapter 14, "Machine check
architecture" of "The IA-32 Intel?  Architecture Software Developer's
Manual, Volume 3: System Programming Guide", available for download
from developer.intel.com

NetBSD does not currently do anything with this interface.

					- Bill