]> mj.ucw.cz Git - pciutils.git/blobdiff - ls-caps.c
Improved reporting of NUMA nodes
[pciutils.git] / ls-caps.c
index 7de55ef5b6bdb2485b14a6450eebef7fa1c9267e..c145ed66bb7048574d6f728f8c7d5d8f7bfb49f6 100644 (file)
--- a/ls-caps.c
+++ b/ls-caps.c
@@ -1315,7 +1315,7 @@ show_caps(struct device *d, int where)
              cap_ht(d, where, cap);
              break;
            case PCI_CAP_ID_VNDR:
-             printf("Vendor Specific Information: Len=%02x <?>\n", BITS(cap, 0, 8));
+             show_vendor_caps(d, where, cap);
              break;
            case PCI_CAP_ID_DBG:
              cap_debug_port(cap);