summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-05-07 18:29:37 +0000
committerjhb <jhb@FreeBSD.org>2007-05-07 18:29:37 +0000
commitcaa15fdaeb248ba5c8dd136083da6989cacd1979 (patch)
tree8332cd3be6e0fe9093d616e07075dcc0d2fa942e /sys/dev
parentb5347099c71ca28992bc03be90894512fd1094fe (diff)
downloadFreeBSD-src-caa15fdaeb248ba5c8dd136083da6989cacd1979.zip
FreeBSD-src-caa15fdaeb248ba5c8dd136083da6989cacd1979.tar.gz
Fix a typo in a bootverbose printf.
MFC after: 3 days Submitted by: yongari
Diffstat (limited to 'sys/dev')
-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