• B
    PCI: Include PCI-to-PCIe bridges as "Downstream Ports" · 9b70ae49
    Bjorn Helgaas 提交于
    A PCI/PCI-X to PCI Express bridge, sometimes referred to as a "reverse
    bridge", is a bridge with conventional PCI or PCI-X on its primary side and
    a PCI Express Port on its secondary (downstream) side.
    
    That PCIe Port is a Downstream Port and could be connected to a slot, just
    like a Root Port or a Switch Downstream Port.  Make pcie_downstream_port()
    return true for them, so we can access the Slot registers in the PCIe
    capability.
    Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
    9b70ae49
access.c 22.4 KB