From owner-cvs-all@FreeBSD.ORG Thu Oct 2 23:15:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294F516A4BF; Thu, 2 Oct 2003 23:15:19 -0700 (PDT) Received: from c211-28-27-130.belrs2.nsw.optusnet.com.au (c211-28-27-130.belrs2.nsw.optusnet.com.au [211.28.27.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AFC43FA3; Thu, 2 Oct 2003 23:15:16 -0700 (PDT) (envelope-from peterjeremy@optushome.com.au) Received: from server.c211-28-27-130.belrs2.nsw.optusnet.com.au (localhost.c211-28-27-130.belrs2.nsw.optusnet.com.au [127.0.0.1]) ESMTP id h936F8db085188; Fri, 3 Oct 2003 16:15:08 +1000 (EST) peter@server.c211-28-27-130.belrs2.nsw.optusnet.com.au) Received: (from peter@localhost) (8.12.9p1/8.12.9/Submit) id h936F89I085187; Fri, 3 Oct 2003 16:15:08 +1000 (EST) (envelope-from peter) Date: Fri, 3 Oct 2003 16:15:08 +1000 From: Peter Jeremy To: Peter Wemm Message-ID: <20031003061508.GA80675@server.c211-28-27-130.belrs2.nsw.optusnet.com.au> References: <200310012346.h91Nk89p050281@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310012346.h91Nk89p050281@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Andrew Li Subject: Re: cvs commit: src/sys/conf ldscript.i386 src/sys/i386/i386 bios.c genassym.c locore.s machdep.c mp_machdep.c mpboot.s pmap.c src/sys/i386/include pmap.h vmparam.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 06:15:19 -0000 On Wed, Oct 01, 2003 at 04:46:08PM -0700, Peter Wemm wrote: > Log: > Commit Bosko's patch to clean up the PSE/PG_G initialization to and > avoid problems with some Pentium 4 cpus and some older PPro/Pentium2 > cpus. There are several problems, some documented in Intel errata. Do these problems also apply to -STABLE? I have an old Pentium system that seems to have a PSE-related problem. (PSE + traffic via VLAN trunk randomly wedges hard). Peter