From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 12:07:17 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 CA0291065694 for ; Tue, 22 Sep 2009 12:07:17 +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 862638FC08 for ; Tue, 22 Sep 2009 12:07:17 +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 ED868E9F42C; Tue, 22 Sep 2009 14:07:12 +0200 (CEST) Message-ID: <4AB8BDED.801@FreeBSD.org> Date: Tue, 22 Sep 2009 14:07:09 +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> In-Reply-To: <86ab0nxxpm.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:07:17 -0000 Anonymous skrev: > Xin LI writes: > >> Xin LI wrote: >>> Hi, >>> >>> Joel Dahl wrote: >>>> Fresh FreeBSD 9-CURRENT (svn 197392) hangs at: >>>> atkbd: the current kbd controller command byte 0047 >>>> atkbd: keyboard ID 0x41ab (2) >>>> kbdc: RESET_KBD return code:00fa >>>> kbdc: RESET_KBD status:00aa >>> Will reverting revision 197384 help? >> Forgot the attachment. >> > > 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... -- Joel