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.