From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 27 05:35:25 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 058E4106568F; Thu, 27 Aug 2009 05:35:25 +0000 (UTC) (envelope-from erich@apsara.com.sg) Received: from babylon.webvis.net (babylon.webvis.net [202.157.163.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0B44E8FC20; Thu, 27 Aug 2009 05:35:23 +0000 (UTC) Received: from [10.0.1.240] ([119.73.191.194]) by apsara.com.sg ; Thu, 27 Aug 2009 11:30:21 +0800 SGT From: Erich Dollansky Organization: apsara green technology pte ltd To: freebsd-hackers@freebsd.org Date: Thu, 27 Aug 2009 11:30:15 +0800 User-Agent: KMail/1.9.10 References: <200908262253.n7QMrauP063683@wattres.watt.com> In-Reply-To: <200908262253.n7QMrauP063683@wattres.watt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908271130.18073.erich@apsara.com.sg> X-Mailman-Approved-At: Thu, 27 Aug 2009 11:15:08 +0000 Cc: Steve Watt , hackers@freebsd.org Subject: Re: enable ECC in OS code? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 05:35:25 -0000 Hi, On 27 August 2009 am 06:53:36 Steve Watt wrote: > In <4A954A35.4030207@icyb.net.ua>, avg@icyb.net.ua wrote: > >Assuming that ECC data lanes are connected between the two on > > motherboard, and given that BIOS doesn't perform any ECC > > setup (nor there is any option to control that) - would it be > > possible to turn on ECC from OS code? Or is it too late in > > the game already? > > It's about 100 times easier to have the BIOS do this. First > off, it's usually quite specific to the chip set exactly how to how should it be done at OS level at all when the OS is loaded into RAM? I do not thing that normal PC hardware is capable of handling this. Only code running in a ROM can do this. Erich