From owner-svn-src-head@freebsd.org Wed Apr 27 17:26:57 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEEEDB1E747 for ; Wed, 27 Apr 2016 17:26:57 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45E1816AA for ; Wed, 27 Apr 2016 17:26:57 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: by mail-lf0-x234.google.com with SMTP id u64so57775037lff.3 for ; Wed, 27 Apr 2016 10:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TlYnSfq08wG7O4GM4R+J7e8Qm7F1A0K+H5SsY5mC7i4=; b=pg71j2yIWqIzLuALHBWN97PQXNoQt/iUg29CTSxMo546DKu/2tgm+6Fr+xz0CfynRk SZP4nDBwGI4T72hRz0x2p+3FaSIKkivHbN27OyEhyNUb5rszptguJT90aqMTExa2sJxC F7EaJE0mbyLrq7ufBVNKUla8z5LsCMEf80nqb8F0byykbMUq8Temur6S4Y8qhyaab7M7 wbTtFX42EgZ1/P/mjUdzsqlGawDw4VXzVJexkMMoQjhplpe31u0aYxxmG13fbC5mpvgP HegFF4Z5tZMUmGuYLwA17LXcXCgK/7NyfGkQC0fUy04j8p/ec2JiXUBb+IPyxIzYmOQ7 evIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TlYnSfq08wG7O4GM4R+J7e8Qm7F1A0K+H5SsY5mC7i4=; b=YFOXbBqFY3Gd0orj5WrskA3AM4tuoMLN80lJOFpTo9q5Wxn2ajhshaW0r801qevh29 dTzrlYrEpmgeeMpx1+7BbJo2vok25NC7olE1mksEEGbORr9V3Fe+FXc2qv5AQuf9iSnV /0fXOmpHUMNvZ5E2xr81aGCpZYPeh/U6IKwWZeXCnOuGIVF2FOtTOi+cMKPSdxwZjc/E Nk8d4491FYBmLInC9TlkW4rDiB0pCWwRx+yRUhj3gwYkwG/pbaEOiJv4z/LBdpbn57LK rKkyoTmNKnf0XdjPTrKFpVF5wEJSL7IZ6G0byzsxovP+8G55g/XU5fSi6P2r45+eOXH6 A49w== X-Gm-Message-State: AOPr4FXlX3vFCk7ghTnjNwNEAGgXXZCHCdN+Zkqsb0rbqYSKPPo6aPWHKwIpl8w8UER9P9OWRoD2LLzE1/BZig== X-Received: by 10.25.16.73 with SMTP id f70mr4295579lfi.34.1461778015100; Wed, 27 Apr 2016 10:26:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.205.1 with HTTP; Wed, 27 Apr 2016 10:26:35 -0700 (PDT) In-Reply-To: <32556581.Dd6EY0QH0C@ralph.baldwin.cx> References: <201604211827.u3LIR5ML089177@repo.freebsd.org> <32556581.Dd6EY0QH0C@ralph.baldwin.cx> From: Zbigniew Bodek Date: Wed, 27 Apr 2016 19:26:35 +0200 Message-ID: Subject: Re: svn commit: r298425 - head/sys/dev/acpica To: John Baldwin Cc: =?UTF-8?Q?Micha=C5=82_Stanek?= , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 17:26:57 -0000 2016-04-27 18:46 GMT+02:00 John Baldwin : > On Wednesday, April 27, 2016 04:57:28 PM Zbigniew Bodek wrote: > > Hello, > > > > I'm forwarding a message from Michal Stanek who found some problems wit > > this commit. Please see below: > > It looks like you have "cpuX" devices that aren't acpi_cpu.c devices. > That's fine, but that is why this driver is confused a bit. Before my > change all that happened was that this triggered extra probe/attach of > child devices, but now it queues the ACPI-specific task as well. > > I've add you to a review for a change I think will fix this (and which I've > tested on amd64 with ACPI): > > https://reviews.freebsd.org/D6133 > > Thanks. Please add Michal Stanek (mst) as well. Best regards zbb