summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-cli-pci.c')
-rw-r--r--com32/hdt/hdt-cli-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli-pci.c b/com32/hdt/hdt-cli-pci.c
index 06eea9f7..b0b33c54 100644
--- a/com32/hdt/hdt-cli-pci.c
+++ b/com32/hdt/hdt-cli-pci.c
@@ -103,6 +103,7 @@ void show_pci_device(struct s_hardware *hardware, const char *item) {
more_printf("Revision : %02x\n",pci_device->revision);
if ((pci_device->dev_info->irq>0) && (pci_device->dev_info->irq<255))
more_printf("IRQ : %0d\n",pci_device->dev_info->irq);
+ more_printf("Latency : %0d\n",pci_device->dev_info->latency);
more_printf("PCI Bus : %02d\n",bus);
more_printf("PCI Slot : %02d\n",slot);
more_printf("PCI Func : %02d\n",func);