From: Ben Widawsky Date: Mon, 3 Aug 2020 15:55:40 +0000 (-0700) Subject: cxl: Add placeholder for undecoded DVSECs X-Git-Tag: v3.9.0~27^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fe0df5d38149ae4303300eb429dd501a8bd7da3b;p=pciutils.git cxl: Add placeholder for undecoded DVSECs Signed-off-by: Ben Widawsky Signed-off-by: Jaxon Haws --- diff --git a/ls-ecaps.c b/ls-ecaps.c index 5a94093..d8376da 100644 --- a/ls-ecaps.c +++ b/ls-ecaps.c @@ -866,6 +866,21 @@ cap_dvsec_cxl(struct device *d, int id, int where) dvsec_cxl_register_locator(d, where, len); break; + case 2: + printf("\t\tNon-CXL Function Map DVSEC\n"); + break; + case 4: + printf("\t\tGPF DVSEC for Port\n"); + break; + case 5: + printf("\t\tGPF DVSEC for Device\n"); + break; + case 7: + printf("\t\tPCIe DVSEC Flex Bus Port\n"); + break; + case 9: + printf("\t\tMLD DVSEC\n"); + break; default: break; }