Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 00:14:00 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Dieter BSD <dieterbsd@gmail.com>, freebsd-hardware@FreeBSD.org, freebsd-hackers@FreeBSD.org
Subject:   Re: ECC support
Message-ID:  <55F88A18.6090504@FreeBSD.org>
In-Reply-To: <CAA3ZYrBXZn1WpHWYGJYWJDPsk7iDahCas8RhnHC4w%2Babf4w4hA@mail.gmail.com>
References:  <CAA3ZYrBXZn1WpHWYGJYWJDPsk7iDahCas8RhnHC4w%2Babf4w4hA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 15/09/2015 23:53, Dieter BSD wrote:
> Assuming that a board does have the necessary connections but
> the firmware does not have ECC support, is there some reason that
> ECC support could not be added to the OS instead of the firmware?

Yes, there is.  The memory controller is programmed by the code that runs from
ROM and uses no RAM (or the CPU cache is used as the RAM).  Once the real RAM
gets used it's too late to reprogram the DRAM controller.  This is true at least
for most or all of the modern day x86 hardware.

-- 
Andriy Gapon



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