summaryrefslogtreecommitdiff
path: root/lspci.c
diff options
context:
space:
mode:
Diffstat (limited to 'lspci.c')
-rw-r--r--lspci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lspci.c b/lspci.c
index 035cbbb..81192ee 100644
--- 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);
}