From owner-cvs-src-old@FreeBSD.ORG Fri Jun 24 21:40:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43790106568E for ; Fri, 24 Jun 2011 21:40:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3282A8FC0A for ; Fri, 24 Jun 2011 21:40:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5OLeBtY077188 for ; Fri, 24 Jun 2011 21:40:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5OLeBVm077187 for cvs-src-old@freebsd.org; Fri, 24 Jun 2011 21:40:11 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201106242140.p5OLeBVm077187@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 24 Jun 2011 21:39:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/dev/pci pci_pci.c pci_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 21:40:12 -0000 jhb 2011-06-24 21:39:38 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/pci pci_pci.c Added files: sys/dev/pci pci_subr.c Log: SVN rev 223520 on 2011-06-24 21:39:38Z by jhb Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver to start a new file that will hold utility APIs used by various Host-PCI bridge drivers and drivers that provide PCI domains. Revision Changes Path 1.1608 +1 -0 src/sys/conf/files 1.69 +0 -92 src/sys/dev/pci/pci_pci.c 1.1 +130 -0 src/sys/dev/pci/pci_subr.c (new)