Date: Fri, 4 Nov 2005 15:44:20 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: "Moore, Robert" <robert.moore@intel.com> Cc: freebsd-acpi@FreeBSD.org, freebsd-current@FreeBSD.org, Ruslan Ermilov <ru@FreeBSD.org> Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix Message-ID: <200511041544.22224.jkim@FreeBSD.org> In-Reply-To: <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com> References: <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 November 2005 03:37 pm, Moore, Robert wrote:
> 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);
> }
I didn't put rsmisc.c patch. I'll update it soon.
Thanks!
Jung-uk Kim
> > -----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
> >
> > 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@FreeBSD.org
> > FreeBSD committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511041544.22224.jkim>
