From 1a85f70808ef68e1ba48d00c6f97fbdc2e1fff3f Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Thu, 4 Jul 2019 16:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20lspci=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../Application/Lspci/Lspci_命令常用参数.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Software/Application/Lspci/Lspci_命令常用参数.md diff --git a/Software/Application/Lspci/Lspci_命令常用参数.md b/Software/Application/Lspci/Lspci_命令常用参数.md new file mode 100644 index 0000000..ff9c1bf --- /dev/null +++ b/Software/Application/Lspci/Lspci_命令常用参数.md @@ -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