X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ls-map.c;h=3044d6fdb3887a25d6c0a5f20a9614c532ac946c;hb=266c8a15970971188c32fd6a8fe1cb27096c8d23;hp=c812f503d63a30b211d9df7ed88851a5d244b551;hpb=c7a349934e4b9160d5788c60f168bae1f0b6dd9d;p=pciutils.git diff --git a/ls-map.c b/ls-map.c index c812f50..3044d6f 100644 --- a/ls-map.c +++ b/ls-map.c @@ -164,6 +164,7 @@ void map_the_bus(void) { if (pacc->method == PCI_ACCESS_PROC_BUS_PCI || + pacc->method == PCI_ACCESS_SYS_BUS_PCI || 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);