From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 10:42:34 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 922DA16A4CE for ; Wed, 17 Dec 2003 10:42:34 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B1E6E43D55 for ; Wed, 17 Dec 2003 10:42:33 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 70675 invoked by uid 1000); 17 Dec 2003 18:42:34 -0000 Date: Wed, 17 Dec 2003 10:42:34 -0800 (PST) From: Nate Lawson To: acpi-jp@jp.FreeBSD.org In-Reply-To: <20031216230958.D68714@root.org> Message-ID: <20031217104138.H70667@root.org> References: <20031216230958.D68714@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: [acpi-jp 2920] PATCH - acpi psm0 not working 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: Wed, 17 Dec 2003 18:42:34 -0000 On Tue, 16 Dec 2003, Nate Lawson wrote: > If your mouse or other device is not working, this patch may help. To see > if you need it, dump your ASL and do: > > grep _CID foo.asl | grep Package > > If you get output from this command, this patch may help. It enables > package evaluation for the _CID object. If it helps you, please send me > the dmesg it adds, something like this: > > acpi cids: 1 - 0x130fd041, > > Thanks, > Nate I noticed on the bus this morning that I didn't change acpi_MatchHid, so this patch may not completely solve the problem. I'm working on a more general solution. However, please test it in the interim and let me know if it helps. -Nate