From owner-freebsd-current@FreeBSD.ORG Sat Jun 19 11:28:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F0016A4CE for ; Sat, 19 Jun 2004 11:28:54 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0123343D2F for ; Sat, 19 Jun 2004 11:28:54 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i5JBSeVE096020 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 19 Jun 2004 13:28:40 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i5JBSe34096019; Sat, 19 Jun 2004 13:28:40 +0200 (CEST) Date: Sat, 19 Jun 2004 13:28:40 +0200 From: Divacky Roman To: Bruce Evans Message-ID: <20040619112840.GC94870@stud.fit.vutbr.cz> References: <20040618104954.GA63085@stud.fit.vutbr.cz> <20040619171345.R3813@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040619171345.R3813@gamplex.bde.org> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: current@freebsd.org Subject: Re: strange message appearing in a fresh current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 11:28:54 -0000 > > built for i686 cpu (amd duron) with -O -pipe > > Hmm. Don't Durons have FXSR? (I686_CPU or CPU_ENABLE_SSE) and not > CPU_DISABLE_SSE together with a CPU that supports FXSR should give > a configuration that is not affected by the bug. > > Bruce Origin = "AuthenticAMD" Id = 0x631 Stepping = 1 Features=0x183f9ff AMD Features=0xc0440000 I just set cpu I686_CPU no CPU_* at all. And the bug is there... roman