From owner-freebsd-current@FreeBSD.ORG Mon Jul 2 16:27:22 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9559316A421 for ; Mon, 2 Jul 2007 16:27:22 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8287F13C4DE for ; Mon, 2 Jul 2007 16:27:22 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.97] (c-76-21-32-5.hsd1.ca.comcast.net [76.21.32.5]) by elvis.mu.org (Postfix) with ESMTP id 5F8691A3C1A; Mon, 2 Jul 2007 09:27:22 -0700 (PDT) In-Reply-To: <46892373.1080602@ybb.ne.jp> References: <46806B3E.2060701@FreeBSD.org> <4688EBC2.8070703@ybb.ne.jp> <27D8F2CD-156E-4962-A187-63E42CAE2B6F@FreeBSD.org> <46892373.1080602@ybb.ne.jp> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Suleiman Souhlal Date: Mon, 2 Jul 2007 09:27:12 -0700 To: Takeharu KATO X-Mailer: Apple Mail (2.752.3) Cc: current@freebsd.org Subject: Re: [PATCH] Machine Check Architecture on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 16:27:22 -0000 On Jul 2, 2007, at 9:10 AM, Takeharu KATO wrote: > Hi > >> While I don't know about Intel CPUs, K8 CPUs from AMD have a >> hardware DRAM/data cache scrubber, so I didn't bother implementing >> it, and I > Certainly, they does not have hardware scrubber. Actually, I looked at the documentation for Intel E7501 chipset, and it seems like it also has a hardware scrubber: See http:// download.intel.com/design/chipsets/datashts/25192702.pdf section 5.8.2. So, supposedly, other Intel chipsets for servers might also have it. You can find information about the AMD scrubber in http://www.amd.com/ us-en/assets/content_type/DownloadableAssets/dwamd_26049.pdf , section 3.6.6. -- Suleiman