[openfirmware] r1670 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Thu Jan 14 05:55:10 CET 2010


Author: rsmith
Date: 2010-01-14 05:55:10 +0100 (Thu, 14 Jan 2010)
New Revision: 1670

Modified:
   cpu/x86/pc/olpc/via/acpi.fth
Log:
Mod ACPI reset to use cmd 0xd7 rather than 0xdb

Modified: cpu/x86/pc/olpc/via/acpi.fth
===================================================================
--- cpu/x86/pc/olpc/via/acpi.fth	2010-01-13 00:39:17 UTC (rev 1669)
+++ cpu/x86/pc/olpc/via/acpi.fth	2010-01-14 04:55:10 UTC (rev 1670)
@@ -59,7 +59,7 @@
 ( 070 4 )  h#  5a5 l,     \ Flags - see below for bit definitions
 ( 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#   db c,     \ Reset value
+( 080 1 )  h#   d7 c,     \ Reset value
 ( 081 3 )  0 c, 0 c, 0 c, \ Reserved
 fadt set-acpi-table-length
 




More information about the openfirmware mailing list