From owner-svn-src-all@FreeBSD.ORG Sat Sep 11 09:29:52 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AB011065672; Sat, 11 Sep 2010 09:29:52 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf1.bahnhof.se (mxf1.bahnhof.se [213.80.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 22FCE8FC0C; Sat, 11 Sep 2010 09:29:51 +0000 (UTC) Received: from localhost (mxf1.local [127.0.0.1]) by mxf1-reinject (Postfix) with ESMTP id 88E701E3328; Sat, 11 Sep 2010 10:57:08 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 4.245 X-Spam-Level: **** X-Spam-Status: No, score=4.245 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.44, RATWARE_GECKO_BUILD=1.426, SPF_NEUTRAL=1.379] Received: from mxf1.bahnhof.se ([127.0.0.1]) by localhost (mxf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KItLNvg0mIss; Sat, 11 Sep 2010 10:57:04 +0200 (CEST) Received: from [10.32.0.4] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mxf1.bahnhof.se (Postfix) with ESMTP id 75B651E32EC; Sat, 11 Sep 2010 10:57:04 +0200 (CEST) Message-ID: <4C8B445E.3040700@gmail.com> Date: Sat, 11 Sep 2010 10:57:02 +0200 From: Niclas Zeising User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Andriy Gapon References: <201009110809.o8B89EJl066961@svn.freebsd.org> In-Reply-To: <201009110809.o8B89EJl066961@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212457 - head/sys/dev/acpi_support X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 09:29:52 -0000 On 2010-09-11 10:09, Andriy Gapon wrote: > Author: avg > Date: Sat Sep 11 08:09:14 2010 > New Revision: 212457 > URL: http://svn.freebsd.org/changeset/base/212457 > > Log: > make acpi_hp device a child of acpi_wmi > > to properly reflect dependency between the devices/drivers > > PR: kern/147858 > Suggested by: jhb > Tested by: Maciej Suszko > MFC after: 1 week > [SNIP CHANGES] On another note, acpi_hp, acpi_wmi and probably other acpi_*-devices should be added to amd64 NOTES as well. I'm gonna give these two a more throughout testing but at least they attach properly and I can query the sysctls and the device without problem on a recent amd64 system. Regards! //Niclas