Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965884Ab2JZSNy (ORCPT ); Fri, 26 Oct 2012 14:13:54 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:52329 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965842Ab2JZSNv (ORCPT ); Fri, 26 Oct 2012 14:13:51 -0400 MIME-Version: 1.0 In-Reply-To: References: <1350593430-24470-1-git-send-email-yinghai@kernel.org> <1350593430-24470-4-git-send-email-yinghai@kernel.org> Date: Fri, 26 Oct 2012 11:13:50 -0700 X-Google-Sender-Auth: eN7NymK5RnNE0OB45C1n26WtBCM Message-ID: Subject: Re: [PATCH 2/3] PCI: correctly detect ACPI PCI host bridge objects From: Yinghai Lu To: Bjorn Helgaas Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Jacob Shin , Tejun Heo , Stefano Stabellini , linux-kernel@vger.kernel.org, Jiang Liu , Len Brown , linux-acpi@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 24 On Fri, Oct 26, 2012 at 2:10 AM, Bjorn Helgaas wrote: > On Thu, Oct 18, 2012 at 2:50 PM, Yinghai Lu wrote: >> >> +static const struct acpi_device_id root_device_ids[] = { >> + {"PNP0A03", 0}, >> + {"PNP0A08", 0}, > > Why do we need PNP0A08 here? > > Per the PCI Firmware Spec, sec 4.1.5, PNP0A08 identifies a PCI Express > or a PCI-X Mode 2 host bridge, and such a device is required to > include PNP0A03 in _CID. Therefore, it should be sufficient to look > only for PNP0A03. good, I removed that line and updated for-pci-split-pci-root-hp-2 branch. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/