Re: [PATCH] ACPI: Add reboot mechanism

From: Andi Kleen
Date: Tue Jul 17 2007 - 11:46:24 EST


On Tuesday 17 July 2007 16:39:52 Robert Hancock wrote:
> Andi Kleen wrote:
> > On Monday 16 July 2007 20:00:19 Aaron Durbin wrote:
> >> Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.
> >
> > Why? I had such a patch at some point as experiment, but it never
> > helped actually fix a box.
>
> Depends if Windows resets using this method,> in that case using it as
> well would likely prevent the steady trickle of machines that seem to
> have trouble with other reset methods and need blacklist entries..

It's not that easy -- there are different windows versions out who
do different things. Sometimes systems are built for older windows
versions, sometimes systems are built for newer windows versions.
They don't necessarily work on newer versions.
But people expect Linux to run on all of them.

> I sometimes think that with these sorts of things where basic
> functionality like reboot is broken,

I'm not aware of that many systems where reboot doesn't work.
Also I'm sure there are some who don't reboot even in Windows.

Another reason is probably that reboot is quite hard to debug.

One recently new problem is that some systems don't have keyboard
controllers anymore so that method obviously doesn't work. But
it doesn't hurt to try it first because it's unlikely to break
something

The triple fault fallback is normally quite reliable though.

I would expect that putting the ACPI method in the middle
is probably safe enough.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/