From owner-cvs-sys Fri May 15 09:25:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20943 for cvs-sys-outgoing; Fri, 15 May 1998 09:25:35 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20935; Fri, 15 May 1998 09:25:26 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id KAA05581; Fri, 15 May 1998 10:25:29 -0600 (MDT) Message-Id: <199805151625.KAA05581@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: John Dyson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 pmap.c In-reply-to: Your message of "Fri, 15 May 1998 00:25:27 PDT." <199805150725.AAA11541@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 15 May 1998 10:21:16 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >dyson 1998/05/15 00:25:27 PDT > > Modified files: > sys/i386/i386 pmap.c > Log: > Disable the auto-Write Combining setup for the pmap code. This > worked on a couple of machines of mine, but appears to cause problems > on others. > > Revision Changes Path > 1.197 +2 -1 src/sys/i386/i386/pmap.c Is there anyway to auto detect if it works? Perhaps add a kernel option for this? -- Justin