]> mj.ucw.cz Git - pciutils.git/commit
Cleaned up dumping of I/O and memory regions
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2020 08:15:29 +0000 (09:15 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2020 08:15:29 +0000 (09:15 +0100)
commitbf72d3e965c89d318bb85eaf94f47f523fb497a2
tree331df9f124193137464b9fd3f5a0eb1169708ca8
parent1036aa24ad8fcafadaacfeaab068d6ef2dad81f2
Cleaned up dumping of I/O and memory regions

Originally, I wanted to fix a bug, which caused 64-bit addresses
with their lower 32 bits zero to be reported as virtual regions.
However, it turned out that the whole function is quite messy,
so I rewrote it.

Also, we now print "[virtual]" and "[enhanced]" after the base address
along other modifiers.
lspci.c