From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 11:36:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CABA937B401 for ; Sun, 13 Jul 2003 11:36:10 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4548943FAF for ; Sun, 13 Jul 2003 11:36:10 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 14823 invoked by uid 1000); 13 Jul 2003 18:36:11 -0000 Date: Sun, 13 Jul 2003 11:36:11 -0700 (PDT) From: Nate Lawson To: MATOBA Hirozumi In-Reply-To: <20030713.182835.730549724.matoba@st.rim.or.jp> Message-ID: <20030713113407.Q14820@root.org> References: <20030711230155.Q9479@root.org> <20030713.182835.730549724.matoba@st.rim.or.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.FreeBSD.org cc: current@freebsd.org Subject: Re: [acpi-jp 2415] Re: PATCH - acpi 0619 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 18:36:11 -0000 On Sun, 13 Jul 2003, MATOBA Hirozumi wrote: > On Fri, 11 Jul 2003 23:07:08 -0700, Nate Lawson wrote: > | I've prepared a new diff of the 0619 drop of acpica along with the > | appropriate changes to support code: > | > | * Use ACPI_BUFFER as the type for AcpiGetObjectInfo > | * Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep > | buttons) as they are no longer needed > | * Change calls to use the new GPE functions > | * Add AcpiOs*Lock functions > | * Import 0619 + local FreeBSD changes + dsmthdat.c patch (from > | kochi@netbsd.org) > | > | Please test and let me know how this works for you. It works fine on my > | IBM T23. > | > | http://www.root.org/~nate/freebsd/acpi-0619.diff.gz > > I tested this patch on IBM ThinkPad A22e, > but repeated messages > ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER > appeared again (like as 2-3 weeks ago). > > It seems that the change of from version 1.1.1.16 to 1.1.1.17 > in src/sys/contrib/dev/acpica/hwregs.c > is overwritten by this patch (so partially back to the status of 1.1.1.16). I included all of our local changes but it looks like I didn't catch changes I had made on the vendor branch previously. I'll make sure I've got all those also. I expected the vendor would have made this change but I guess not. I still expect them to do so soon. -Nate