]> mj.ucw.cz Git - pciutils.git/commit
lspci: "virtual" resource regions recognized properly
authorMartin Mares <mj@ucw.cz>
Sun, 27 May 2018 11:49:55 +0000 (13:49 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 27 May 2018 11:49:55 +0000 (13:49 +0200)
commit4cd087d884827e5e4cc493fcbe46e7fb6e331416
tree71f6269296ce9cf84791076cc05f0ca0f5d7268e
parenteff08b33c1b689c428260fd9a6b878e96704ea5f
lspci: "virtual" resource regions recognized properly

We wanted to add a "[virtual]" marker to all resources which are
known to the kernel, but not configured in the hardware. That is,
those where the BAR is all zero.

However, the test was never triggered for I/O regions, since their
BAR is never zero: it always has the region type bit set.

Now, we test only the address part of the BAR.
lspci.c