Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 11:37:49 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-acpi@freebsd.org
Subject:   Re: Computer hangs on reboot
Message-ID:  <200705291137.49772.jhb@freebsd.org>
In-Reply-To: <24393ae80705261014y7fd9ffc2qff2743915d97f01c@mail.gmail.com>
References:  <24393ae80705172026u6194f11esc525d52470aa71f9@mail.gmail.com> <200705251706.23021.jhb@freebsd.org> <24393ae80705261014y7fd9ffc2qff2743915d97f01c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 26 May 2007 01:14:52 pm Andrey Shuvikov wrote:
> I tried to add some debug output to cpu_reset_real() code:
> 
>   printf("cpu_reset_real(): before keyboard reset\n");
>   outb(IO_KBD + 4, 0xFE);
>   printf("cpu_reset_real(): after keyboard reset\n");
> 
> The last two lines I see on the screen when I try to reboot are:
> 
> cpu_reset_real(): before keyboard reset
> c
> 
> So the computer is halted but doesn't go to reboot.

So what if you disable the keyboard reset and let the other methods happen?

-- 
John Baldwin



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