dbginfo.sh: get more details on lspci command

The new version of lspci does support an extended verbose mode "-vvv"

Using the the tripple v parameter does also work for the old version
having the same result as the double v called before.

Reported-by: Eberhard Pasch <epasch@de.ibm.com>
Reviewed-by: Mario Held <mario.held@de.ibm.com>
Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Joern Siglen
2022-07-11 17:18:50 +02:00
committed by Jan Höppner
parent eeed384a51
commit 47016441f0

View File

@@ -450,7 +450,7 @@ CMDS="${CMDS}\
:lszdev\
:find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\
:lspci -t\
:lspci -vv\
:lspci -vvv\
:lstape\
:smc_dbg\
"