Commit 95a46938 authored by Lucas Russo's avatar Lucas Russo Committed by Érico Nogueira Rolim

sdbfs: add printing MSI record as a device

Commit taken from [1].

[1] https://github.com/lnls-dig/halcs/commit/d409d183ba4b4c49a4b8be0ab6900e01e8f73390
parent 8ea5c705
......@@ -96,6 +96,7 @@ static int list_device(struct sdb_device *d, int depth, int base)
case sdb_type_interconnect:
case sdb_type_device:
case sdb_type_bridge:
case sdb_type_msi:
if (!opt_long) {
printf("%.19s\n", p->name);
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment