X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ls-map.c;h=9b2cc8cfa72db2a248ea323cf522b7ff36638f6e;hb=d462e89c81b9bb0986087abf30a8ea62dcc123a3;hp=10830fbfb730ecc4e29c5ced2fb501d97d2c90e8;hpb=c87f3d73cc4344edda4880877ce7306d127a8357;p=pciutils.git diff --git a/ls-map.c b/ls-map.c index 10830fb..9b2cc8c 100644 --- 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);