[OpenBIOS] r639 - cpu/x86/pc/olpc/sdtools

svn at openbios.org svn at openbios.org
Thu Sep 27 19:25:13 CEST 2007


Author: wmb
Date: 2007-09-27 19:25:13 +0200 (Thu, 27 Sep 2007)
New Revision: 639

Modified:
   cpu/x86/pc/olpc/sdtools/ecio.fth
Log:
OLPC SDKIT - Changed the names of the EC commands dcon-{en,dis}able to
dcon-power-{on,off} to fix a name conflict with dcon-enable in the DCON driver.


Modified: cpu/x86/pc/olpc/sdtools/ecio.fth
===================================================================
--- cpu/x86/pc/olpc/sdtools/ecio.fth	2007-09-26 19:56:06 UTC (rev 638)
+++ cpu/x86/pc/olpc/sdtools/ecio.fth	2007-09-27 17:25:13 UTC (rev 639)
@@ -77,8 +77,8 @@
 : wlan-on          ( -- )  1 h# 23 ec-cmd-b!  ;
 : wlan-wake        ( -- )  h# 24 ec-cmd-out  ;
 : wlan-reset       ( -- )  h# 25 ec-cmd-out  ;
-: dcon-disable     ( -- )  0 h# 26 ec-cmd-b!  ;
-: dcon-enable      ( -- )  1 h# 26 ec-cmd-b!  ;
+: dcon-power-on    ( -- )  0 h# 26 ec-cmd-b!  ;
+: dcon-power-off   ( -- )  1 h# 26 ec-cmd-b!  ;
 : reset-ec-warm    ( -- )  h# 27 ec-cmd-out  ;
 : reset-ec         ( -- )  h# 28 ec-cmd-out  ;
 : write-protect-fw ( -- )  h# 29 ec-cmd-out  ;




More information about the OpenBIOS mailing list