mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
eeed384a51
commit
47016441f0
@@ -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\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user