svn rev 197392 hangs during boot
Anonymous
swell.k at gmail.com
Tue Sep 22 07:09:15 UTC 2009
Xin LI <delphij at 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);
that I accidentally removed here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a.diff
Type: text/x-patch
Size: 542 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090922/36e00dad/a.bin
More information about the freebsd-current
mailing list