diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-05-07 18:29:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-05-07 18:29:37 +0000 |
| commit | f11825148f22e4e42b2f992278db5773e6a92b34 (patch) | |
| tree | 8332cd3be6e0fe9093d616e07075dcc0d2fa942e /sys/dev/pci | |
| parent | 9df79d84c1ef1db1864c19b6c06a6d6ba9c780f4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 52935e7019e5..6f40d4a2db36 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"); } } |
