Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 16:12:45 +0200
From:      Mark Santcroos <marks@ripe.net>
To:        "Daniel J. Wright" <Dan@DWright.Org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: ACPI fix not working on my Inspiron 8200
Message-ID:  <20030805141245.GG655@laptop.6bone.nl>
In-Reply-To: <49167.24.50.154.142.1060091380.squirrel@webmail.pair.com>
References:  <49167.24.50.154.142.1059804487.squirrel@webmail.pair.com> <20030805064535.GA655@laptop.6bone.nl> <49167.24.50.154.142.1060091380.squirrel@webmail.pair.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030805141245.GG655>