[OpenBIOS] r440 - dev/olpc/kb3700

svn at openbios.org svn at openbios.org
Thu Jun 7 02:13:33 CEST 2007


Author: wmb
Date: 2007-06-07 02:13:32 +0200 (Thu, 07 Jun 2007)
New Revision: 440

Modified:
   dev/olpc/kb3700/ecio.fth
Log:
OLPC ecio.fth - In wlan-reset, added a workaround for an EC bug.
Hopefully the EC bug will be fixed soon and we can remove the workaround.






Modified: dev/olpc/kb3700/ecio.fth
===================================================================
--- dev/olpc/kb3700/ecio.fth	2007-06-07 00:11:52 UTC (rev 439)
+++ dev/olpc/kb3700/ecio.fth	2007-06-07 00:13:32 UTC (rev 440)
@@ -115,6 +115,12 @@
 \ the port 66 command sequence.
 : sci-quiet  ( -- )  h# 50  h# ff03 ec!  ;
 
+.( Redefining wlan-reset to add temporary workaround) cr
+: wlan-reset  ( -- )
+   h# fd h# fc15 ec!
+   wlan-reset
+;
+
 \ While accessing the SPI FLASH, we have to turn off the keyboard controller,
 \ because it continuously fetches from the SPI FLASH when it's on.  That
 \ interferes with our accesses.




More information about the OpenBIOS mailing list