From owner-freebsd-stable@FreeBSD.ORG Mon Apr 17 22:23:27 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 620CD16A400 for ; Mon, 17 Apr 2006 22:23:27 +0000 (UTC) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED07943D46 for ; Mon, 17 Apr 2006 22:23:26 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k3HMNOP3026715 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 17 Apr 2006 15:23:25 -0700 (PDT) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k3HMNNKo026714; Mon, 17 Apr 2006 15:23:23 -0700 (PDT) (envelope-from james) Date: Mon, 17 Apr 2006 15:23:23 -0700 From: James Long To: freebsd-stable@freebsd.org, Evren Yurtesen Message-ID: <20060417222323.GA26669@ns.museum.rain.com> References: <20060417120045.B89BD16A4E1@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060417120045.B89BD16A4E1@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (ns.museum.rain.com [127.0.0.1]); Mon, 17 Apr 2006 15:23:25 -0700 (PDT) Cc: Subject: Re: CPUTYPE=athlon-xp and loader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 22:23:27 -0000 > Date: Sun, 16 Apr 2006 17:43:58 +0300 > From: Evren Yurtesen > Subject: CPUTYPE=athlon-xp and loader > To: freebsd-stable@freebsd.org > Message-ID: <4442582E.9030507@ispro.net.tr> > > Hello, > > I have a problem which I have found out from mailing lists that some > other people had. However there is no clear solution. > > The CPUTYPE=athlon-xp in make.conf breaks /boot/loader that system > instant reboots. I am using 6-stable and from what I can see the problem > goes back till about 5.3... Sometime between Oct 12-15, 2005 > > http://archive.netbsd.se/?ml=freebsd-current&a=2004-10&m=435817 > > I wonder if this will ever be fixed or I shouldnt use CPUTYPE=athlon-xp > anymore on FreeBSD because of this? > > Thanks, > Evren I don't propose this as a solution, but as far as I know, the best practice is: CPUTYPE?=athlon-xp Note the question mark. I don't know that this will solve your problem, just pointing out the correct syntax, for whatever CPUTYPE you decide to use.