From owner-freebsd-acpi@FreeBSD.ORG Fri Nov 4 20:44:35 2005 Return-Path: X-Original-To: freebsd-acpi@FreeBSD.org Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A815316A41F; Fri, 4 Nov 2005 20:44:35 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E1AE43D6A; Fri, 4 Nov 2005 20:44:35 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id jA4KrYO9095037; Fri, 4 Nov 2005 15:53:34 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "Moore, Robert" Date: Fri, 4 Nov 2005 15:44:20 -0500 User-Agent: KMail/1.6.2 References: <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com> In-Reply-To: <971FCB6690CD0E4898387DBF7552B90E03518C0F@orsmsx403.amr.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200511041544.22224.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1162/Thu Nov 3 12:15:03 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-acpi@FreeBSD.org, freebsd-current@FreeBSD.org, Ruslan Ermilov Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 20:44:35 -0000 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