From owner-freebsd-current@FreeBSD.ORG Fri Dec 5 10:44:28 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 CAD7A16A4CE for ; Fri, 5 Dec 2003 10:44:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D0D7543FB1 for ; Fri, 5 Dec 2003 10:44:27 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 27132 invoked by uid 1000); 5 Dec 2003 18:44:28 -0000 Date: Fri, 5 Dec 2003 10:44:28 -0800 (PST) From: Nate Lawson To: Brendon and Wendy In-Reply-To: <1070640554.22666.14.camel@bigboot.humphrey.world> Message-ID: <20031205103549.Y27123@root.org> References: <1070640554.22666.14.camel@bigboot.humphrey.world> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: brendon.humphrey@boeing.com cc: acpi-jp@jp.FreeBSD.org Subject: Re: [acpi-jp 2850] Compaq Presario 2105US ACPI = NO MOUSE 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: Fri, 05 Dec 2003 18:44:28 -0000 My first order of business after 5.2R will be to import acpica 20031203. It has a lot of fixes in it that may take care of marginal AML. After that, I'll be adding code to call _PSx on ACPI-attached devices (not PCI, that's in imp's tree). This may initialize your hw properly. A general FYI for ACPI users... I work on FreeBSD on the bus each day and a few hours on the weekend so I can't address every individual problem report. My main focus with that time is to implement and bring in new code that fixes whole classes of problems. There's still too much not implemented to spend a lot of time tracking down individual bugs, although I do pay attention to them. My hope is that fixing known inadequate parts will take care of more bugs in less time than investigating every problem report serially. Thanks, -Nate