lspci: add mnemonics (#18287)

This commit is contained in:
Dylan
2025-09-30 16:50:55 +00:00
committed by GitHub
parent cc82e4ea34
commit ffd42048ad
+5 -5
View File
@@ -7,22 +7,22 @@
`lspci`
- Display additional information (Note: the `-v` flag can be repeated to increase verbosity):
- Display [v]erbose information (Note: the `-v` flag can be repeated to increase verbosity):
`lspci -v`
- Display drivers and modules handling each device:
- Display [k]ernel drivers and modules handling each device:
`lspci -k`
- Show a specific device:
- [s]elect a specific device:
`lspci -s {{00:18.3}}`
- Dump info in a readable form:
- Dump info in a ([m]achine) readable form:
`lspci -vm`
- Show PCI vendor and device codes alongside its name:
- Show PCI vendor and device codes as both [n]umbers and [n]ames:
`lspci -nn`