我试图了解lspci
行输出中的列:
<pci_device_id> <?> <??> <???> <????> <?????> <??????>
示例输出:
$ lspci -nm | grep d7:17.0
d7:17.0 "0880" "8086" "2018" -r07 "8086" "0000"
附加文件:
-m
Dump PCI device data in a backward-compatible machine readable form. See below for details.
-n
Show PCI vendor and device codes as numbers instead of looking them up in the PCI ID list.
https://manpages.ubuntu.com/manpages/xenial/en/man8/lspci.8.html
lspci -nnn
提供了一个稍微多一些标记的视图以及此处的文档