]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lspci.c
Added two more capability ID's gathered from various ECN's.
[thirdparty/pciutils.git] / lspci.c
diff --git a/lspci.c b/lspci.c
index 035cbbba8f34ef8d45e58d40999ac0ac40725f91..81192ee605ebae252fd39c16d734ec06a2fbb0ea 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1436,6 +1436,12 @@ show_caps(struct device *d)
            case PCI_CAP_ID_MSIX:
              cap_msix(d, where, cap);
              break;
+           case PCI_CAP_ID_SATA:
+             printf("SATA HBA <?>\n");
+             break;
+           case PCI_CAP_ID_AF:
+             printf("PCIe advanced features <?>\n");
+             break;
            default:
              printf("#%02x [%04x]\n", id, cap);
            }