summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ncr.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
commit8f5df3d168e7d5e5f5d5989cefd4c0f2e8f807eb (patch)
tree6e5c0670786a0c892d695e08071a8321f2bc09ba /sys/dev/pci/ncr.c
parenta5c7ab831eee6c24f1fac9dae6ce358a9044478f (diff)
new style pci attach printing
Diffstat (limited to 'sys/dev/pci/ncr.c')
-rw-r--r--sys/dev/pci/ncr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c
index c6a30369dd3..bae8b4b0418 100644
--- a/sys/dev/pci/ncr.c
+++ b/sys/dev/pci/ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr.c,v 1.33 1997/12/03 21:43:35 millert Exp $ */
+/* $OpenBSD: ncr.c,v 1.34 1998/01/05 13:35:21 deraadt Exp $ */
/* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */
/**************************************************************************
@@ -1461,7 +1461,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if 0
static char ident[] =
- "\n$OpenBSD: ncr.c,v 1.33 1997/12/03 21:43:35 millert Exp $\n";
+ "\n$OpenBSD: ncr.c,v 1.34 1998/01/05 13:35:21 deraadt Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
@@ -3701,9 +3701,9 @@ ncr_attach(parent, self, aux)
i = ncr_chip_lookup(pa->pa_id, rev);
if (intrstr != NULL)
- printf(": %s, %s\n", ncr_chip_table[i].name, intrstr);
+ printf(" %s, %s\n", ncr_chip_table[i].name, intrstr);
else
- printf(": %s\n", ncr_chip_table[i].name);
+ printf(" %s\n", ncr_chip_table[i].name);
#else /* !__OpenBSD__ */