From owner-freebsd-acpi@FreeBSD.ORG Mon Nov 29 15:32:17 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 A83F21065674 for ; Mon, 29 Nov 2010 15:32:17 +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 774208FC17 for ; Mon, 29 Nov 2010 15:32:17 +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 2526746B03; Mon, 29 Nov 2010 10:32:17 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D13388A01D; Mon, 29 Nov 2010 10:32:14 -0500 (EST) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Mon, 29 Nov 2010 07:55:32 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20101102; KDE/4.4.5; amd64; ; ) References: <97255D57E33C453D8C82B84EA4EDAFC4@OFFICE.local> In-Reply-To: <97255D57E33C453D8C82B84EA4EDAFC4@OFFICE.local> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011290755.32323.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 29 Nov 2010 10:32:14 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Igor Bayunov Subject: Re: PCI netwok devices does not work on Intel DP43BFL 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: Mon, 29 Nov 2010 15:32:17 -0000 On Monday, November 29, 2010 2:47:28 am Igor Bayunov wrote: > Hello, > I have a problem with motheboard Intel DP43BFL and FreeBSD-7.3. > Any network card (for example 3Com905, Realtek8139) installed in any PCI > slot is not found. > BIOS has updated. Boot without ACPI failed. > FreeBSD-8.1 has the same problem. > The following text is in the dmesg: > pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.P0P1 - > AE_NOT_FOUND. You can ignore this message. You have a busted BIOS however, but we should be able to work around it. The problem is here: > pcib8: at device 30.0 on pci0 > pcib8: domain 0 > pcib8: secondary bus 32 > pcib8: subordinate bus 8 > pcib8: I/O decode 0xc000-0xcfff > pcib8: memory decode 0xe3100000-0xe31fffff > pcib8: no prefetched decode > pcib8: Subtractively decoded bridge. > pci32: on pcib8 > pci32: domain=0, physical bus=32 The 'secondary bus' on a PCI-PCI bridge must be <= the subordinate bus number. I suspect if you boot Linux it whines about needing to adjust the bus number to 8? -- John Baldwin