[openfirmware] r877 - cpu/x86/pc/olpc dev/scsi

svn at openfirmware.info svn at openfirmware.info
Tue Aug 12 00:32:17 CEST 2008


Author: wmb
Date: 2008-08-12 00:32:16 +0200 (Tue, 12 Aug 2008)
New Revision: 877

Modified:
   cpu/x86/pc/olpc/dsdt.dsl
   dev/scsi/scsidisk.fth
Log:
No substantive change - Fixed/improved some comments



Modified: cpu/x86/pc/olpc/dsdt.dsl
===================================================================
--- cpu/x86/pc/olpc/dsdt.dsl	2008-08-09 08:45:32 UTC (rev 876)
+++ cpu/x86/pc/olpc/dsdt.dsl	2008-08-11 22:32:16 UTC (rev 877)
@@ -480,7 +480,7 @@
                     Release (ACMX)
                 }
 
-                If (And (Local0, One))
+                If (And (Local0, One))  // ECRD(0xfaa4) & 0x01 => Battery inserted
                 {
                     Return (0x1F)
                 }

Modified: dev/scsi/scsidisk.fth
===================================================================
--- dev/scsi/scsidisk.fth	2008-08-09 08:45:32 UTC (rev 876)
+++ dev/scsi/scsidisk.fth	2008-08-11 22:32:16 UTC (rev 877)
@@ -110,7 +110,8 @@
 ;
 [then]
 
-: #blocks  ( -- true | n false )
+: #blocks  ( -- u )
+   \ true is all ones, the maximum unsigned value
    read-block-extent  if  true  else  nip  then
 ;
 




More information about the openfirmware mailing list