From fe0df5d38149ae4303300eb429dd501a8bd7da3b Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Mon, 3 Aug 2020 08:55:40 -0700 Subject: [PATCH] cxl: Add placeholder for undecoded DVSECs Signed-off-by: Ben Widawsky Signed-off-by: Jaxon Haws --- ls-ecaps.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; } -- 2.39.2