From owner-freebsd-current Wed Oct 16 9:11:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E66437B401; Wed, 16 Oct 2002 09:11:54 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE26843EAF; Wed, 16 Oct 2002 09:11:52 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9GGBlY44970; Thu, 17 Oct 2002 01:11:47 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Thu, 17 Oct 2002 01:11:42 +0900 (JST) Message-Id: <20021017.011142.23004863.iwasaki@jp.FreeBSD.org> To: jhb@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: PCI problems with today's current From: Mitsuru IWASAKI In-Reply-To: <20021015193547.A88774@panzer.kdm.org> <20021003175706.A1221@panzer.kdm.org> References: <20021015130947.A86610@panzer.kdm.org> <20021016.045918.109976092.iwasaki@jp.FreeBSD.org> <20021015193547.A88774@panzer.kdm.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > If still NG, please try the attached patch against SupermicroP3TDE6.asl. > > > # _BBN is bridge bus number, my guess is 0x3. You can try to change it > > > # if failed. > > > > Maybe 0x2 is correct. > > I tried 2, and it seems to work correctly now. > > Thanks! Congratulations! # Now we can start discussing ACPI PCI vs. legacy PCI :) DSDT in ACPI BIOS on Supermicro P3TDE6 has obviously wrong _BBN value, but previous kernel can fall back to legacy PCI bridge probing even if PCI bridge probing by ACPI is failed. From: "Kenneth D. Merry" Subject: PCI problems with today's current Date: Thu, 3 Oct 2002 17:57:06 -0600 Message-ID: <20021003175706.A1221@panzer.kdm.org> > acpi_pcib1: on acpi0 > acpi_pcib1: we have duplicate bus number 0 - not probing bus [snip] > pcib2: at pcibus 2 on motherboard > IOAPIC #1 intpin 8 -> irq 16 > pci2: on pcib2 > ti0: mem 0xfebfc000-0xfebfffff irq 16 at device 2.0 on pci2 I think that previous probing system is much more robust and safer in many cases, especially buggy ACPI BIOS. John, can we have previous PCI probing system again? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message