From owner-cvs-src@FreeBSD.ORG Fri Mar 25 14:18:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C00A16A4CE; Fri, 25 Mar 2005 14:18:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7B943D2F; Fri, 25 Mar 2005 14:18:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2PEIoHF050655; Fri, 25 Mar 2005 14:18:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2PEIos2050654; Fri, 25 Mar 2005 14:18:50 GMT (envelope-from jhb) Message-Id: <200503251418.j2PEIos2050654@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Mar 2005 14:18:50 +0000 (UTC) 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 src/sys/dev/pci pci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 14:18:50 -0000 jhb 2005-03-25 14:18:50 UTC FreeBSD src repository Modified files: sys/i386/pci pci_bus.c sys/dev/pci pci_pci.c Log: Add code to read the primary PCI bus number out of the Compaq/HP 6010 hotplug Host to PCI bridge. This is only needed for the non-ACPI case as the BIOS includes a proper _BBN method in ACPI. Revision Changes Path 1.35 +5 -0 src/sys/dev/pci/pci_pci.c 1.119 +6 -0 src/sys/i386/pci/pci_bus.c