ACPI fix not working on my Inspiron 8200

Mark Santcroos marks at ripe.net
Tue Aug 5 07:12:48 PDT 2003


On Tue, Aug 05, 2003 at 09:49:40AM -0400, Daniel J. Wright wrote:
>   Here's the un-patched version straight from acpidump.  Thanks for your
> help.

The following patch makes your thing compile again.
Please test it and let me know if it helps.

--- dell.dsl	Tue Aug  5 16:03:45 2003
+++ djwright.dsl	Tue Aug  5 16:09:26 2003
@@ -373,6 +373,8 @@
 
             Increment (Local0)
         }
+
+		Return (One)
     }
 
     Method (OSID, 0, NotSerialized)
@@ -732,6 +734,7 @@
         }
 
         Store (Local0, MIS2)
+		Return (Zero)
     }
 
     Method (NWAK, 0, NotSerialized)
@@ -2153,7 +2156,7 @@
                 U0BS,   32
             }
 
-            Field (\_SB.PCI0.ISAB.FDIS, DWordAcc, NoLock, Preserve)
+            Field (\_SB.PCI0.ISAB.FDIS, WordAcc, NoLock, Preserve)
             {
                 Offset (0x01), 
                 F0DS,   1, 

-- 
Mark Santcroos                    RIPE Network Coordination Centre
http://www.ripe.net/home/mark/    New Projects Group/TTM


More information about the freebsd-mobile mailing list