]> mj.ucw.cz Git - pciutils.git/blobdiff - ls-map.c
lspci: Add support for CXL GPF Device DVSEC
[pciutils.git] / ls-map.c
index 10830fbfb730ecc4e29c5ced2fb501d97d2c90e8..9b2cc8cfa72db2a248ea323cf522b7ff36638f6e 100644 (file)
--- a/ls-map.c
+++ b/ls-map.c
@@ -165,6 +165,7 @@ map_the_bus(void)
 {
   if (pacc->method == PCI_ACCESS_PROC_BUS_PCI ||
       pacc->method == PCI_ACCESS_SYS_BUS_PCI ||
+      pacc->method == PCI_ACCESS_WIN32_CFGMGR32 ||
       pacc->method == PCI_ACCESS_DUMP)
     printf("WARNING: Bus mapping can be reliable only with direct hardware access enabled.\n\n");
   bus_info = xmalloc(sizeof(struct bus_info) * 256);