From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 14 12:24:14 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 078D337B401 for ; Thu, 14 Aug 2003 12:24:14 -0700 (PDT) Received: from wbm1.pair.net (wbm1.pair.net [209.68.3.41]) by mx1.FreeBSD.org (Postfix) with SMTP id 2686643FBF for ; Thu, 14 Aug 2003 12:24:13 -0700 (PDT) (envelope-from Dan@DWright.Org) Received: (qmail 25114 invoked by uid 65534); 14 Aug 2003 19:24:12 -0000 Received: from 216.92.130.153 ([216.92.130.153]) (SquirrelMail authenticated user ehdonhon@qenni.pair.com) by webmail.pair.com with HTTP; Thu, 14 Aug 2003 15:24:12 -0400 (EDT) Message-ID: <49161.216.92.130.153.1060889052.squirrel@webmail.pair.com> Date: Thu, 14 Aug 2003 15:24:12 -0400 (EDT) From: "Daniel J. Wright" To: X-pair-Authenticated: 216.92.130.153 In-Reply-To: <20030805141245.GG655@laptop.6bone.nl> 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> <20030805141245.GG655@laptop.6bone.nl> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-mobile@freebsd.org Subject: Re: ACPI fix not working on my Inspiron 8200 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 19:24:14 -0000 Mark, Sorry to take so long to reply. I tested this patch today. So far, it seems to be working. Thanks, -Dan > 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 > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to > "freebsd-mobile-unsubscribe@freebsd.org"