From owner-cvs-all@FreeBSD.ORG Fri Jun 6 10:27:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F3737B401; Fri, 6 Jun 2003 10:27:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7387843FAF; Fri, 6 Jun 2003 10:27:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h56HRI0U049564; Fri, 6 Jun 2003 10:27:18 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h56HRItn049563; Fri, 6 Jun 2003 10:27:18 -0700 (PDT) Message-Id: <200306061727.h56HRItn049563@repoman.freebsd.org> From: John Baldwin Date: Fri, 6 Jun 2003 10:27:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 17:27:19 -0000 jhb 2003/06/06 10:27:18 PDT FreeBSD src repository Modified files: sys/i386/pci pci_bus.c Log: Use the secondary bus number instead of the number of the bus the PCI-PCI bridge lives on (i.e., the parent bus) when probing the PIR table for a bus. This could cause the PCIBIOS PCI-PCI bridge driver to bogusly attach to bridges that weren't in the PIR but whose parent bus was in the PIR. Revision Changes Path 1.101 +5 -1 src/sys/i386/pci/pci_bus.c