j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-05-30 08:08:53 +0200 (Wed, 30 May 2007) New Revision: 424
Modified: cpu/x86/pc/olpc/devices.fth Log: OLPC devices.fth - deleted some commented-out code that will never be reinstated.
Modified: cpu/x86/pc/olpc/devices.fth =================================================================== --- cpu/x86/pc/olpc/devices.fth 2007-05-30 06:07:35 UTC (rev 423) +++ cpu/x86/pc/olpc/devices.fth 2007-05-30 06:08:53 UTC (rev 424) @@ -315,24 +315,6 @@
fload ${BP}/cpu/x86/adpcm.fth \ ADPCM decoding
-[ifdef] notdef-olpc -\ fload ${BP}/dev/olpc/plccflash.fth \ PLCC LPC debug FLASH - -0 0 " " " /" begin-package \ DCON driver -fload ${BP}/dev/olpc/dcon/dconsmb.fth \ SMB access to DCON chip -fload ${BP}/dev/olpc/dcon/dcon.fth \ DCON control -fload ${BP}/dev/olpc/dcon/methods.fth \ DCON interface methods -end-package - -: dcon-present? ( -- flag ) - " /dcon" open-dev ?dup if close-dev true else false then -; -\ Doing this has the useful side effect of turning on the backlight -stand-init: DCON - dcon-present? drop -; -[then] - \ LICENSE_BEGIN \ Copyright (c) 2006 FirmWorks \