增加 lspci 指令说明。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-04 16:30:43 +08:00
parent 0d3dc3f9d6
commit 1a85f70808
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Lspci 命令常用参数
显示 BDF、Device ID 和 Vendor ID
lspci -n
显示与之关联的 Kernel driver
lspci -k
现实详细信息:
lspci -v
Dump 标准配置空间:
lspci -x
Dump 全部配置空间:
lspci -xxx
Dump 4K 扩展配置空间:
lspci -xxxx
显示总线树形图:
lspci -t