Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 14:07:09 +0200
From:      Joel Dahl <joel@FreeBSD.org>
To:        Anonymous <swell.k@gmail.com>
Cc:        d@delphij.net, current@freebsd.org, paradox <ddkprog@yahoo.com>
Subject:   Re: svn rev 197392 hangs during boot
Message-ID:  <4AB8BDED.801@FreeBSD.org>
In-Reply-To: <86ab0nxxpm.fsf@gmail.com>
References:  <4AB7D081.8090203@FreeBSD.org> <4AB82303.9030109@delphij.net>	<4AB825B6.6010602@delphij.net> <86ab0nxxpm.fsf@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Anonymous skrev:
> Xin LI <delphij@delphij.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AB8BDED.801>