From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:51004 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755000Ab2FUCnW convert rfc822-to-8bit (ORCPT ); Wed, 20 Jun 2012 22:43:22 -0400 MIME-Version: 1.0 In-Reply-To: <4FE22B28.9020402@gmail.com> References: <4FE22B28.9020402@gmail.com> Date: Wed, 20 Jun 2012 19:43:22 -0700 Message-ID: Subject: Re: SNB PCI root information From: Yinghai Lu To: Brice Goglin Cc: Bjorn Helgaas , Ulrich Drepper , jbarnes@virtuousgeek.org, Linux Kernel Mailing List , lenb@kernel.org, x86@kernel.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Jun 20, 2012 at 12:57 PM, Brice Goglin wrote: > Le 20/06/2012 21:28, Yinghai Lu a écrit : >> On Wed, Jun 20, 2012 at 11:46 AM, Bjorn Helgaas wrote: > > I agree that the most common problem is that _PXM is missing. But I've > seen at least some HP Westmere-EP platforms where _PXM exists but it is > wrong. Last time we checked, there was no BIOS update, even if we > reported the bug a while ago. > Do you have boot log or acpi dump? I suspected that could be other problem. intel system before sandbridge does not have IIO. they will have ioh instead, and one ioh would connect to two cpu sockets. but _PXM for root bus in dsdt only can return one value. Aka it is acpi spec limitation. for example, Sun x4800 8 sockets server would have bus 00, 40, 80, c0. but _PXM will only return 0, 2, 3, 6. Thanks Yinghai