From owner-cvs-sys Fri May 15 00:29:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27910 for cvs-sys-outgoing; Fri, 15 May 1998 00:29:43 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27845; Fri, 15 May 1998 00:29:17 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11541; Fri, 15 May 1998 00:25:27 -0700 (PDT) Date: Fri, 15 May 1998 00:25:27 -0700 (PDT) Message-Id: <199805150725.AAA11541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c 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