]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
setpci: add reg name for flit logging
authorAlex Martens <alex.martens@asteralabs.com>
Thu, 13 Nov 2025 23:11:41 +0000 (15:11 -0800)
committerMartin Mareš <mj@ucw.cz>
Sun, 28 Dec 2025 20:20:54 +0000 (21:20 +0100)
Signed-off-by: Alex Martens <alex.martens@asteralabs.com>
setpci.c

index 2a2c72a1c7f42e94757451e8d0be7cf44b2f4e06..9ce2ed64fb53ea06bd48f9ed39fa9bdec308505b 100644 (file)
--- a/setpci.c
+++ b/setpci.c
@@ -399,6 +399,7 @@ static const struct reg_name pci_reg_names[] = {
   { 0x2002a,   0, 0, 0x0, "ECAP_32GT" },
   { 0x20030,   0, 0, 0x0, "ECAP_IDE" },
   { 0x20031,   0, 0, 0x0, "ECAP_64GT" },
+  { 0x20032,   0, 0, 0x0, "ECAP_FL" },
   {       0,    0, 0, 0x0, NULL }
 };