This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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