]> git.ipfire.org Git - thirdparty/pciutils.git/commit
pciutils: Add decoding of vendor specific VPD fields
authorreturn.0 <return.0@me.com>
Mon, 18 Jun 2018 22:00:31 +0000 (17:00 -0500)
committerMartin Mares <mj@ucw.cz>
Tue, 19 Jun 2018 09:41:29 +0000 (11:41 +0200)
commiteff7cc9ee7f8b6efeb7d5854abbcfb8cdc486a95
tree4fc236b47191cb7b81b77ae346d5fb47ca148e75
parent4cd087d884827e5e4cc493fcbe46e7fb6e331416
pciutils: Add decoding of vendor specific VPD fields

IBM has defined several VPD fields that are not part of the PCI
spec, but are frequently used on embedded and pluggable pcie
adapters.

Since these fields are "Unknown", they are listed in hex
and less readable.

This patch adds commonly used vendor specific VPD keywords
described in "Table 160. LoPAPR VPD Fields" of the Linux on Power
Architecture Platform Reference (LoPAPR).

Signed-off-by: John Walthour <return.0@me.com>
ls-vpd.c