X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ls-map.c;h=9b2cc8cfa72db2a248ea323cf522b7ff36638f6e;hb=43c7706c2f233b63c40bb5a4d9c3536310192e0f;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);