From caa15fdaeb248ba5c8dd136083da6989cacd1979 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 7 May 2007 18:29:37 +0000 Subject: Fix a typo in a bootverbose printf. MFC after: 3 days Submitted by: yongari --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/pci/pci.c') 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"); } } -- cgit v1.1