]> mj.ucw.cz Git - pciutils.git/commit
lspci: Parse Intel Vendor specific capabilities
authorPali Rohár <pali@kernel.org>
Fri, 5 Jul 2024 09:40:06 +0000 (11:40 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 5 Jul 2024 17:28:38 +0000 (19:28 +0200)
commitfaa79db96f73ed67eabc3e22cface27181cce245
tree66727b0a57503b3e26ea31cafb9cf097f30b6635
parent65b81b9d6d99aab3b4bc81934cd3224151546ad7
lspci: Parse Intel Vendor specific capabilities

Intel Vendor specific capabilities are present on following devices:
* Intel Host Bridge / DRAM Controller
* Intel Integrated Graphics Controller
* Intel LPC Controller

Intel Host Bridge / DRAM Controller is on BDF address 00:00.0, so following
command should should parse and show Intel Vendor specific capabilities:

  lspci -s 00:00.0 -vv

Currently only Intel Capabilities Version 1 is supported for now. This is
used since second generation of the Intel Core processors (Sandy Bridge).
ls-caps-vendor.c