Author: wmb Date: 2009-09-05 11:02:27 +0200 (Sat, 05 Sep 2009) New Revision: 1347
Modified: cpu/x86/pc/olpc/via/acpi.fth Log: Via - when clearing power management events, write the register as a word not a long, thus avoiding "leakage" into the enable register.
Modified: cpu/x86/pc/olpc/via/acpi.fth =================================================================== --- cpu/x86/pc/olpc/via/acpi.fth 2009-09-03 05:18:39 UTC (rev 1346) +++ cpu/x86/pc/olpc/via/acpi.fth 2009-09-05 09:02:27 UTC (rev 1347) @@ -299,7 +299,7 @@ [then]
4 acpi-w@ 1 or 4 acpi-w! \ Set SCI_EN bit - h# ffffffff h# 20 acpi-l! \ Ack all leftover events + h# ffffffff h# 20 acpi-w! \ Ack all leftover events ;
: acpi-power-off ( -- )
openfirmware@openfirmware.info