From owner-svn-src-all@FreeBSD.ORG Wed Sep 8 06:45:40 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 18E6510656D8; Wed, 8 Sep 2010 06:45:40 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id AF0CF8FC1A; Wed, 8 Sep 2010 06:45:38 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA06543; Wed, 08 Sep 2010 09:45:36 +0300 (EEST) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1OtEPY-0000MJ-Fk; Wed, 08 Sep 2010 09:45:36 +0300 Message-ID: <4C87310F.8020505@freebsd.org> Date: Wed, 08 Sep 2010 09:45:35 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jung-uk Kim , John Baldwin References: <201009060734.o867YWH8022846@svn.freebsd.org> <201009061128.40344.jhb@freebsd.org> <201009071738.22600.jkim@FreeBSD.org> In-Reply-To: <201009071738.22600.jkim@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212251 - 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: Wed, 08 Sep 2010 06:45:40 -0000 on 08/09/2010 00:38 Jung-uk Kim said the following: > On Monday 06 September 2010 11:28 am, John Baldwin wrote: >> On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote: >>> Author: avg >>> Date: Mon Sep 6 07:34:32 2010 >>> New Revision: 212251 >>> URL: http://svn.freebsd.org/changeset/base/212251 >>> >>> Log: >>> acpi_hp: fix bus attachment code >>> >>> - add identify method to create driver's own device_t >>> - successfully probe only driver's own device_t instead of any >>> device_t - (ab)use device order to hopefully be probed/attached >>> after acpi_wmi >> >> Perhaps this should be a child of acpi_wmi0 instead? That would >> fix the ordering issue as well as remove the need to avoid "real" >> ACPI devices in the attach routine. > > +1 I am working on this. Thanks to John for guidance. -- Andriy Gapon