Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 12:37:59 -0800
From:      "Moore, Robert" <robert.moore@intel.com>
To:        "Ruslan Ermilov" <ru@freebsd.org>, "Jung-uk Kim" <jkim@freebsd.org>
Cc:        freebsd-acpi@freebsd.org, freebsd-current@freebsd.org
Subject:   RE: [PATCH] Please test ACPI-CA 20051021 fix
Message-ID:  <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com>

next in thread | raw e-mail | index | archive | help
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 =3D AcpiRsDecodeBitmask (*((UINT8 *) Source),
Destination);
             if (ItemCount)
             {
-                Resource->Length +=3D Resource->Length + (ItemCount - =
1);
+                Resource->Length +=3D (ItemCount - 1);
             }

> -----Original Message-----
> From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd-
> acpi@freebsd.org] On Behalf Of Ruslan Ermilov
> Sent: Friday, November 04, 2005 12:15 PM
> To: Jung-uk Kim
> Cc: freebsd-acpi@freebsd.org; freebsd-current@freebsd.org
> Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix
>=20
> 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=3Dc".  This is on amd64, FWIW.
>=20
>=20
> Cheers,
> --
> Ruslan Ermilov
> ru@FreeBSD.org
> FreeBSD committer



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