]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
cxl: Add placeholder for undecoded DVSECs
authorBen Widawsky <ben.widawsky@intel.com>
Mon, 3 Aug 2020 15:55:40 +0000 (08:55 -0700)
committerJaxon Haws <jaxon.haws@amd.com>
Thu, 13 Oct 2022 21:20:03 +0000 (16:20 -0500)
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Signed-off-by: Jaxon Haws <jaxon.haws@amd.com>
ls-ecaps.c

index 5a94093eedacf4041ae42be15ea894608cd0eeb3..d8376dab199310cf442c4faf7e88e5d3a49aa897 100644 (file)
@@ -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;
   }