From: Alex Martens Date: Thu, 13 Nov 2025 23:11:41 +0000 (-0800) Subject: setpci: add reg name for flit logging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5d9b08f9e23d00b81499c688c072f855b4c0ea;p=thirdparty%2Fpciutils.git setpci: add reg name for flit logging Signed-off-by: Alex Martens --- diff --git a/setpci.c b/setpci.c index 2a2c72a..9ce2ed6 100644 --- 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 } };