summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-29 21:33:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-29 21:33:11 +0000
commitcfae8f3842168dd7a9786941fca51e287de2bb59 (patch)
tree02757de278ac3e764e91e67a560860169bdb7d39 /sys/arch/mvmeppc
parent70d0c815d9035247e996be1d4212adfdb04fab64 (diff)
Pretty printf.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/dev/mainbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvmeppc/dev/mainbus.c b/sys/arch/mvmeppc/dev/mainbus.c
index 0117a57ebbc..8882258b435 100644
--- a/sys/arch/mvmeppc/dev/mainbus.c
+++ b/sys/arch/mvmeppc/dev/mainbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mainbus.c,v 1.7 2004/01/29 21:28:54 miod Exp $ */
+/* $OpenBSD: mainbus.c,v 1.8 2004/01/29 21:33:10 miod Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -65,6 +65,7 @@ mbattach(struct device *parent, struct device *self, void *aux)
extern vaddr_t isaspace_va;
/* Pretty print the system type */
+ printf(": ");
switch ((systype = *(u_int8_t *)(isaspace_va + MVME_STATUS_REG))) {
default:
printf("unknown system type %x", systype);