summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-dump.c')
-rw-r--r--com32/hdt/hdt-dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-dump.c b/com32/hdt/hdt-dump.c
index 89b409d4..9b0fe7bc 100644
--- a/com32/hdt/hdt-dump.c
+++ b/com32/hdt/hdt-dump.c
@@ -122,6 +122,7 @@ void dump(struct s_hardware *hardware)
dump_disks(hardware, &config, &json);
dump_dmi(hardware, &config, &json);
dump_memory(hardware, &config, &json);
+ dump_pci(hardware, &config, &json);
/* We close & flush the file to send */
cpio_close(upload);