Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932324AbXBSOzR (ORCPT ); Mon, 19 Feb 2007 09:55:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932309AbXBSOzR (ORCPT ); Mon, 19 Feb 2007 09:55:17 -0500 Received: from caffeine.uwaterloo.ca ([129.97.134.17]:53916 "EHLO caffeine.csclub.uwaterloo.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932318AbXBSOzP (ORCPT ); Mon, 19 Feb 2007 09:55:15 -0500 Date: Mon, 19 Feb 2007 09:55:14 -0500 To: takada Cc: pcnet32@verizon.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: MediaGX/GeodeGX1 requires X86_OOSTORE. Message-ID: <20070219145514.GO7582@csclub.uwaterloo.ca> References: <20070216222728.GF7585@csclub.uwaterloo.ca> <20070216224824.GG7585@csclub.uwaterloo.ca> <20070217000019.GH7582@csclub.uwaterloo.ca> <20070217.231113.193678444.takada@mbf.nifty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070217.231113.193678444.takada@mbf.nifty.com> User-Agent: Mutt/1.5.9i From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 31 On Sat, Feb 17, 2007 at 11:11:13PM +0900, takada wrote: > is it mean what doesn't help with doesn't call set_cx86_reoder()? > this function disable to reorder at 0x4000:0000 to 0xffff:ffff. > does pcnet32 access at out of above range? > > --- arch/i386/Kconfig.cpu~ 2007-02-05 03:44:54.000000000 +0900 > +++ arch/i386/Kconfig.cpu 2007-02-17 21:25:52.000000000 +0900 > @@ -322,7 +322,7 @@ config X86_USE_3DNOW > > config X86_OOSTORE > bool > - depends on (MWINCHIP3D || MWINCHIP2 || MWINCHIPC6) && MTRR > + depends on (MWINCHIP3D || MWINCHIP2 || MWINCHIPC6) && MTRR || MGEODEGX1 > default y > > config X86_TSC Well it turns out that enabling OOSTORE doesn't elliminate the problem, but it does make it go from occouring within seconds to occouring within many hours. I am off to investigate some more. Does anyone know if there is any way to flush a cache line of the cpu to force rereading system memory for a given address or address range? -- Len Sorensen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/