summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/dev/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c
index ad34596955c..80e7529ebb4 100644
--- a/sys/arch/mvme68k/dev/cl.c
+++ b/sys/arch/mvme68k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.18 2000/01/06 03:21:42 smurph Exp $ */
+/* $OpenBSD: cl.c,v 1.19 2000/01/25 21:02:32 deraadt Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -269,7 +269,7 @@ clattach(parent, self, aux)
/* if this device is configured as console,
* line cl_cons.channel is the console */
sc->sc_cl[0].cl_consio = 1;
- printf(" console");
+ printf(": console");
} else {
/* reset chip only if we are not console device */
/* wait for GFRCR */