From owner-freebsd-current@FreeBSD.ORG Mon May 23 15:57:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 AAB6916A41F for ; Mon, 23 May 2005 15:57:33 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066ED43D54 for ; Mon, 23 May 2005 15:57:32 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so873131rng for ; Mon, 23 May 2005 08:57:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O3zhKKf38now+WqFhoTpOa1iQgwFVCGLSsVFbi6TZRamJ2WirWWl/AxOrL9BeI053BELnwo1so1f3A8WjvRJEVlg049/+PrR4MNzFb8MPUQAdQH5pucOcT60zN/xsnPmfEjegolPBzORTT6kOCKqWiQEbvmOh0uFORL39/6ktA0= Received: by 10.38.149.23 with SMTP id w23mr3180137rnd; Mon, 23 May 2005 08:57:32 -0700 (PDT) Received: by 10.38.149.38 with HTTP; Mon, 23 May 2005 08:57:32 -0700 (PDT) Message-ID: Date: Mon, 23 May 2005 17:57:32 +0200 From: Pawel Worach To: Alexander Leidinger In-Reply-To: <20050523171043.f37o5adfmsw04kcs@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050518051111.GA33262@Athena.infor.org> <20050520164349.GD6982@dragon.NUXI.org> <428E1815.8080500@samsco.org> <200505221453.44007.peter@wemm.org> <429105D8.6000106@samsco.org> <20050523021527.GA62693@dragon.NUXI.org> <42914446.4000203@gmail.com> <20050523171043.f37o5adfmsw04kcs@netchild.homeip.net> Cc: freebsd-current@freebsd.org, David Gurvich Subject: Re: Newest loader from CVS not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pawel Worach List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 15:57:33 -0000 On 5/23/05, Alexander Leidinger wrote: > Pawel Worach wrote: >=20 > > I'm seeing the same thing if CPUTYPE is set to "pentium-m" while > > "pentium2" works fine. Loader crashes on start, is there a way to > > make it freeze instead of reset to capture the register dump? >=20 > Do you use > CPUTYPE=3Dxxx > or > CPUTYPE?=3Dxxx > and if you use the former, can you please try with the later? >=20 Right now I have, it was still "?=3D" when i tried with pentium-m # grep "^CPUTYPE" /etc/make.conf CPUTYPE?=3Dpentium2 --=20 Pawel