• I
    pci/bridge: fix pci_bridge_reset() · 0208def1
    Isaku Yamahata 提交于
    The lower bits of base/limit registers is RO and shouldn't be zero
    cleared on reset. This patch fixes it.
    In fact, the default value of base/limit registers aren't specified
    in the spec. And some bridges disable forwarding on reset instead of
    zeroing base/limit registers.
    So introduce one function to disable bridge forwarding so that
    such bridges can use it. It will be used later.
    Signed-off-by: NIsaku Yamahata <yamahata@valinux.co.jp>
    Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
    0208def1
pci_bridge.h 2.1 KB