Date: Thu, 14 Aug 2003 15:24:12 -0400 (EDT) From: "Daniel J. Wright" <Dan@DWright.Org> To: <marks@ripe.net> Cc: freebsd-mobile@freebsd.org Subject: Re: ACPI fix not working on my Inspiron 8200 Message-ID: <49161.216.92.130.153.1060889052.squirrel@webmail.pair.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49161.216.92.130.153.1060889052.squirrel>