From owner-freebsd-acpi@FreeBSD.ORG Fri Feb 26 22:38:20 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29DDC106566C for ; Fri, 26 Feb 2010 22:38:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id ED7AC8FC16 for ; Fri, 26 Feb 2010 22:38:19 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 9CEE246B2E; Fri, 26 Feb 2010 17:38:19 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E0A338A01F; Fri, 26 Feb 2010 17:38:18 -0500 (EST) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Fri, 26 Feb 2010 17:24:23 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <0147D436-C5EA-4FB2-93CF-C9DF54E9CE6A@averesystems.com> In-Reply-To: <0147D436-C5EA-4FB2-93CF-C9DF54E9CE6A@averesystems.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002261724.23396.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 26 Feb 2010 17:38:18 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: Nehalem PCI devices (was Re: Failure to get past a PCI bridge) X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 22:38:20 -0000 On Friday 26 February 2010 5:00:54 pm Andrew Boyer wrote: > I found this conversation on freebsd-acpi from last year: > http://lists.freebsd.org/pipermail/freebsd-acpi/2009-June/005796.html > > I have a Nehalem box with two CPUs and two IOHs, running an AMI BIOS and FreeBSD 7.1. I'd like to talk to the processor to change some memory controller settings. FreeBSD doesn't appear to detect anything about the processor PCI busses, but I don't speak enough ACPI to say for sure why not. > > The output of 'acpidump -d -t' is at the end of the message. [Compressed now to save everyone's email.] Would someone please look at the ACPI info to tell if the BIOS is reporting the 0xFF and 0xFE busses? > > If it's not, is there a way to talk to a PCI bus that isn't reported or detected? Is bus:dev:fn enough info? > > If this has already been addressed by a newer acpica or pci module, my apologies. I do not see any 0xfe or 0xff busses in your dump. I only see two Host-PCI bridges both of which have valid _BBN methods, so I don't think you would be hitting the issure reported in that thread. -- John Baldwin