summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-29 07:04:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-29 07:04:15 +0000
commitcf3b57761590b18d595709129236bab79586a6e3 (patch)
tree33d791efe36609699b8e35472c86106b444332e8 /sys
parent90e5c55d0177c383cd8845029e672ad97a819c64 (diff)
correct probe console printf; miod ok
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/dev/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/cl.c b/sys/arch/mvme88k/dev/cl.c
index dcca3ef8bda..ab97cf36b13 100644
--- a/sys/arch/mvme88k/dev/cl.c
+++ b/sys/arch/mvme88k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.33 2003/12/19 22:30:18 miod Exp $ */
+/* $OpenBSD: cl.c,v 1.34 2003/12/29 07:04:14 deraadt Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -263,7 +263,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 */