summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/z8530tty.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-06-06 01:08:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-06-06 01:08:48 +0000
commitcd88bda91c40e680c701a08881845e5d13b66821 (patch)
tree2546d95133f271e5016e22af98ca8ab7c9c1a965 /sys/arch/sparc64/dev/z8530tty.c
parent5d403a394ea56b27d9f3e5512098daf26c567839 (diff)
Homogeneize dmesg output.
Diffstat (limited to 'sys/arch/sparc64/dev/z8530tty.c')
-rw-r--r--sys/arch/sparc64/dev/z8530tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/z8530tty.c b/sys/arch/sparc64/dev/z8530tty.c
index 24da5aed7cd..52fc7bcc412 100644
--- a/sys/arch/sparc64/dev/z8530tty.c
+++ b/sys/arch/sparc64/dev/z8530tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: z8530tty.c,v 1.9 2003/10/03 16:44:50 miod Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.10 2005/06/06 01:08:47 miod Exp $ */
/* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -331,7 +331,7 @@ zstty_attach(parent, self, aux)
if (strcmp(args->type, "keyboard") == 0 ||
strcmp(args->type, "mouse") == 0)
- printf(", %s", args->type);
+ printf(": %s", args->type);
printf("\n");