Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 1996 10:29:21 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        melrobin@Jetson.UH.EDU (Melvin Deloyd Robinson)
Cc:        questions@freebsd.org
Subject:   Re: Rebooting
Message-ID:  <199603310829.KAA29827@allegro.lemis.de>
In-Reply-To: <1.5.4b12.32.19960330183753.0068df5c@jetson.uh.edu> from "Melvin Deloyd Robinson" at Mar 30, 96 12:37:53 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Melvin Deloyd Robinson writes:
>
> I have a friend who has installed FreeBSD 2.1-RELEASE on his machine.  Upon
> rebooting he gets an error stating that the Keyboard reboot failed and then
> the machine tries the CPU shutdown.  The later never works and I'm stumped
> about what to tell him.

Tell him to press the Big Red Button (reset button, even if it isn't
red).  This sometimes happens on hardware that doesn't behave the way
FreeBSD expects it to.

> I looked in the code (module vm_machdep.c) and found the error message, but
> can't glean very much from that.  Looking at the dmesg output the sc0 driver
> is from 60h-6Fh which seems correct (at least it agrees with my machine),
> but is this the address for IO_KBD.  The code outputs 0xFE to IO_KBD + 4,
> but is this the same as CTRL-ALT-DELETE?
>
> As you can probably tell from my ramblings that I'm pretty confused.  Please
> help.

You can be pretty sure that the addresses and such are OK.  The
problems in this area are generally a matter of timing, and since the
timing isn't documented, it's difficult to guess how a particular
machine will react.  This isn't just a FreeBSD problem, BTW.  Most PC
UNIX implementations have it, and commercial products like UnixWare
seem to have the most trouble.

Greg




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