From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 12:52:24 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 736291065693 for ; Tue, 22 Sep 2009 12:52:24 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.82]) by mx1.freebsd.org (Postfix) with ESMTP id 2F22E8FC25 for ; Tue, 22 Sep 2009 12:52:24 +0000 (UTC) Received: from iMac.local (pgw.vnode.se [77.110.37.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id B2484E9F42C; Tue, 22 Sep 2009 14:52:22 +0200 (CEST) Message-ID: <4AB8C886.8030602@FreeBSD.org> Date: Tue, 22 Sep 2009 14:52:22 +0200 From: Joel Dahl User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Anonymous References: <4AB7D081.8090203@FreeBSD.org> <4AB82303.9030109@delphij.net> <4AB825B6.6010602@delphij.net> <86ab0nxxpm.fsf@gmail.com> <4AB8BDED.801@FreeBSD.org> <8663bb5epo.fsf@gmail.com> In-Reply-To: <8663bb5epo.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: d@delphij.net, current@freebsd.org, paradox Subject: Re: svn rev 197392 hangs during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Sep 2009 12:52:24 -0000 Anonymous skrev: > Joel Dahl writes: > >>> Before trying to revert it can make sense to try place back u_int32_t >>> cast first >>> >>> [...] >>>> - p = BIOS_PADDRTOVADDR((regs.R_ES << 4) + regs.R_BX); >>>> + p = BIOS_PADDRTOVADDR(((u_int32_t)vmf.vmf_es << 4) + vmf.vmf_bx); >> No effect. It still hangs at the same place. >> >> I'll try reverting rev 197384 next... > > What arch are you using? Can you try on i386 using vm86 (r197383) and > x86bios (r197384). i386. As I wrote to Xin Li two minutes ago, reverting rev 197384 fixes the issue. -- Joel