]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
Backport: PCI: allow pci_alloc_child_bus() to handle a NULL bridge
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Mar 2009 07:41:52 +0000 (07:41 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Mar 2009 07:41:52 +0000 (07:41 +0000)
commit4f436d75daa672bf5af1971db3cb0601e1b26807
tree83766846502bdbe0d0ff53ec03221ca951f38e17
parent8fbc02888b944758790fccb95bd5ff3398ee7975
Backport: PCI: allow pci_alloc_child_bus() to handle a NULL bridge

    commit 3789fa8a2e534523c896a32a9f27f78d52ad7d82
    Author: Yu Zhao <yu.zhao@intel.com>
    Date:   Sat Nov 22 02:41:07 2008 +0800

    PCI: allow pci_alloc_child_bus() to handle a NULL bridge

    Allow pci_alloc_child_bus() to allocate buses without bridge
    devices.
    Some SR-IOV devices can occupy more than one bus number, but there
    is no
    explicit bridges because that have internal routing mechanism.

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Yu Zhao <yu.zhao@intel.com>
drivers/pci/probe.c