Author: wmb Date: 2009-07-24 21:35:51 +0200 (Fri, 24 Jul 2009) New Revision: 1249
Modified: cpu/x86/pc/olpc/via/acpi.fth Log: Via ACPI - reset using EC cmd66(0xdb) instead of port 92.
Modified: cpu/x86/pc/olpc/via/acpi.fth =================================================================== --- cpu/x86/pc/olpc/via/acpi.fth 2009-07-22 07:29:06 UTC (rev 1248) +++ cpu/x86/pc/olpc/via/acpi.fth 2009-07-24 19:35:51 UTC (rev 1249) @@ -57,9 +57,9 @@ ( 06D 2 ) h# 0 w, \ Boot Architecture Flags ( 06F 1 ) h# 0 c, \ Reserved ( 070 4 ) h# 5a5 l, \ Flags - see below for bit definitions -( 074 12 ) 1 c, 8 c, 0 c, 1 c, h# 92. d, \ Reset register - I/O, 8 bits, 0 offset, byte access +( 074 12 ) 1 c, 8 c, 0 c, 1 c, h# 66. d, \ Reset register - I/O, 8 bits, 0 offset, byte access
-( 080 1 ) h# 1 c, \ Reset value +( 080 1 ) h# db c, \ Reset value ( 081 3 ) 0 c, 0 c, 0 c, \ Reserved fadt set-acpi-table-length
openfirmware@openfirmware.info