summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 52935e7..6f40d4a 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1764,7 +1764,7 @@ pci_alloc_msi_method(device_t dev, device_t child, int *count)
/* Unfinished range? */
if (run)
- printf("%d", irqs[actual - 1]);
+ printf("-%d", irqs[actual - 1]);
printf(" for MSI\n");
}
}
OpenPOWER on IntegriCloud