From owner-freebsd-acpi@freebsd.org Fri Jul 27 15:43:57 2018 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECC71104EBCB for ; Fri, 27 Jul 2018 15:43:56 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29A4E7A9F1 for ; Fri, 27 Jul 2018 15:43:55 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTP id w6RFNUWG077685 for ; Sat, 28 Jul 2018 00:23:41 +0900 (JST) (envelope-from takawata@init-main.com) Message-Id: <201807271523.w6RFNUWG077685@sana.init-main.com> From: Takanori Watanabe To: freebsd-acpi@freebsd.org Subject: Please review: D16468: ACPI Hardware ID match routine to distinguish _HID match and _CID match MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <77683.1532705010.1@sana.init-main.com> Date: Sat, 28 Jul 2018 00:23:30 +0900 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 15:43:57 -0000 Please review following patch. The main purpose of this patch is exclude _CID match from acpi_sysresource driver to attach more appropriate driver. This patch changes KPI so I want to hear from who may concern. https://reviews.freebsd.org/D16468