[PATCH] Please test ACPI-CA 20051021 fix

Moore, Robert robert.moore at intel.com
Fri Nov 4 12:38:14 PST 2005


There is also this part of the patch in rsmisc, did you apply that?


+++ source/components/resources/rsmisc.c	3 Nov 2005 22:59:44
-0000
@@ -329,7 +329,7 @@
             ItemCount = AcpiRsDecodeBitmask (*((UINT8 *) Source),
Destination);
             if (ItemCount)
             {
-                Resource->Length += Resource->Length + (ItemCount - 1);
+                Resource->Length += (ItemCount - 1);
             }

> -----Original Message-----
> From: owner-freebsd-acpi at freebsd.org [mailto:owner-freebsd-
> acpi at freebsd.org] On Behalf Of Ruslan Ermilov
> Sent: Friday, November 04, 2005 12:15 PM
> To: Jung-uk Kim
> Cc: freebsd-acpi at freebsd.org; freebsd-current at freebsd.org
> Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix
> 
> On Fri, Nov 04, 2005 at 12:03:12PM -0500, Jung-uk Kim wrote:
> > If you have booting problems *after* ACPI-CA 20051021 import, please
> > try this patch and let me know:
> >
> > http://people.freebsd.org/~jkim/acpica/rscalc.c.diff
> >
> Doesn't fix a problem for me, still the same "memory modified
> after free ... val=c".  This is on amd64, FWIW.
> 
> 
> Cheers,
> --
> Ruslan Ermilov
> ru at FreeBSD.org
> FreeBSD committer


More information about the freebsd-current mailing list