]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lspci: Decode PCIe LnkCtl "Read Completion Boundary" for PCIe-to-PCI bridges
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Sep 2013 23:14:14 +0000 (17:14 -0600)
committerMartin Mares <mj@ucw.cz>
Sun, 10 Nov 2013 11:32:56 +0000 (12:32 +0100)
commita1f57a29a4a922cb799bc3b828ca19e97b02a1e5
tree131f0beac390c9093f73029029a6d4d2a0bf9260
parent77120d53649678ea1cb72591f522d63c27b6a261
lspci: Decode PCIe LnkCtl "Read Completion Boundary" for PCIe-to-PCI bridges

The PCIe spec (r3.0, Table 7-16) says the Read Completion Boundary is valid
for Root Ports, Endpoints, and Bridges.  I only added decoding for PCIe-to-
PCI/PCI-X bridges because the RCB of a Bridge indicates the RCB of the
upstream Root Port, so I don't think it makes sense for PCI-to-PCIe
bridges.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
ls-caps.c