From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 12:47:40 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 8AF5D106566B; Tue, 22 Sep 2009 12:47:40 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id E92768FC0A; Tue, 22 Sep 2009 12:47:39 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so967068eyf.9 for ; Tue, 22 Sep 2009 05:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=PSUp4dUgxfb3YfC7rOGVu3FRcGPdb7/q/QMlXK2bLWM=; b=ZOMQ9pI8A0Jf5e8J9/CXk9uhYGMo7LnXTrttFjG6mP39UKxplX56GLGFdGobmLAyGL +6O6cbmlkzU59ZkktXjBaEftkncsi5E7OIuIc52uf2Oy8pUlCELaP8PcTkglAbJ5xXhK 4F78JnjPSeV23mJ1eJckQ+4qTO+qs52AAKUXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=amL5j9AALQ0rsyORvOgJ2iuUMoe4qPHblAypEcc06XBtkd+xkaXbZO1Li77Alid3Be bxi/k9FDSMbZZPmpKdTqzjbeR6ALPssF2KsnCbzRbSh4ZHOvlGP3wDg5p7x6WbpbXN9u snMo34jV6uWG/C2AspKMYKfF4UA3m2F1lYNng= Received: by 10.211.131.12 with SMTP id i12mr4218719ebn.97.1253623659047; Tue, 22 Sep 2009 05:47:39 -0700 (PDT) Received: from localhost (95-24-211-3.broadband.corbina.ru [95.24.211.3]) by mx.google.com with ESMTPS id 5sm1623436eyh.19.2009.09.22.05.47.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Sep 2009 05:47:37 -0700 (PDT) From: Anonymous To: Joel Dahl References: <4AB7D081.8090203@FreeBSD.org> <4AB82303.9030109@delphij.net> <4AB825B6.6010602@delphij.net> <86ab0nxxpm.fsf@gmail.com> <4AB8BDED.801@FreeBSD.org> Date: Tue, 22 Sep 2009 16:46:59 +0400 Message-ID: <8663bb5epo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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:47:40 -0000 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).