增加 lspci 指令说明。
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
0d3dc3f9d6
commit
1a85f70808
|
@ -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
|
Loading…
Reference in New Issue