diff options
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/dev/mainbus.c | 3 |
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); |