From owner-freebsd-stable@FreeBSD.ORG Mon Apr 17 18:25:40 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2D416A403 for ; Mon, 17 Apr 2006 18:25:40 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from mail.clickfox.com (cffw1.clickfox.com [72.16.213.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B583E43D48 for ; Mon, 17 Apr 2006 18:25:39 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__HAS_MSGID, __SANE_MSGID, __MIME_VERSION, __CT, __CTYPE_CHARSET_QUOTED, __CT_TEXT_PLAIN, __CTE, __MIME_TEXT_ONLY' thread-index: AcZiTOqjaFPR7CwlQnipUdIKTLfC6Q== X-PMWin-Version: 2.5.1s, Antispam-Engine: 2.1.0.0, Antivirus-Engine: 2.32.14 Received: from [10.20.30.156] ([72.16.213.34]) by mail.clickfox.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 14:29:51 -0400 Message-ID: <4443DD9C.6060001@alumni.rice.edu> Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Date: Mon, 17 Apr 2006 14:25:32 -0400 From: "Jonathan Noack" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Evren Yurtesen" References: <4442582E.9030507@ispro.net.tr> <4442B041.6070801@chillt.de> <44434F01.9080803@ispro.net.tr> In-Reply-To: <44434F01.9080803@ispro.net.tr> Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Apr 2006 18:29:51.0902 (UTC) FILETIME=[EA909BE0:01C6624C] Cc: Bartosz Fabianowski , freebsd-stable@freebsd.org, LoN_Kamikaze@gmx.de Subject: Re: CPUTYPE=athlon-xp and loader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:25:40 -0000 Evren Yurtesen wrote: > Bartosz Fabianowski wrote: >> I filed a bug report for this in January of 2005: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=75898 > > Wow, that was a long time ago! I am thinking that the Makefile fix is > very attractive because the only problem is the loader for me. It seems > like it is the same for most other people. > > So why not just fix the loader's Makefile so it wont use these > instructions until some more permanent fix is found? Actually, this was done prior to 5.4 and 6.0. For details see revision 1.10 of src/sys/boot/i386/Makefile.inc (http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/boot/i386/Makefile.inc). What CFLAGS are you using and when did you last rebuild world/kernel? > It is really not nice when I need to boot my computer with Freesbie and > change the loader since there is no way that I can boot FreeBSD once > this happens. Speaking of which, revision 1.11 of src/sys/boot/i386/Makefile.inc should be MFC'd before 5.5 and 6.1. -Jonathan