From owner-freebsd-stable@FreeBSD.ORG Fri Oct 22 10:25:53 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2DE16A4CE for ; Fri, 22 Oct 2004 10:25:53 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 928F643D55 for ; Fri, 22 Oct 2004 10:25:52 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Oct 2004 11:25:51 +0100 (BST) Date: Fri, 22 Oct 2004 11:25:50 +0100 From: David Malone To: "pbowen25@juno.com" Message-ID: <20041022102550.GA16996@walton.maths.tcd.ie> References: <20041021.151429.552.14335@webmail27.nyc.untd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041021.151429.552.14335@webmail27.nyc.untd.com> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org Subject: Re: MTRR Support X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 10:25:53 -0000 On Thu, Oct 21, 2004 at 10:14:08PM +0000, pbowen25@juno.com wrote: > I'd like to find out if there is a place in the kernel config files, > or elsewhere, where MTRR support is enabled. MTRR support will be in the kernel by default. You can query the MTRR settings with the memcontrol command. David.