From 30e01dedc8bf1a3bd7bcc765a38bf8921ad34d57 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 28 Sep 2004 14:34:59 +0000 Subject: Like Yoda Jason trying to speak is. --- sys/arch/sparc64/dev/clkbrd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64') diff --git a/sys/arch/sparc64/dev/clkbrd.c b/sys/arch/sparc64/dev/clkbrd.c index 70b18ce9ec4..487497c86a2 100644 --- a/sys/arch/sparc64/dev/clkbrd.c +++ b/sys/arch/sparc64/dev/clkbrd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clkbrd.c,v 1.1 2004/09/28 02:06:36 jason Exp $ */ +/* $OpenBSD: clkbrd.c,v 1.2 2004/09/28 14:34:58 miod Exp $ */ /* * Copyright (c) 2004 Jason L. Wright (jason@thought.net) @@ -127,7 +127,7 @@ clkbrd_attach(parent, self, aux) slots = 4; } - printf(": slots %d\n", slots); + printf(": %d slots\n", slots); for (i = 0; i < fa->fa_nreg; i++) { printf(" r[%d] slot %x offset %x size %x\n", -- cgit v1.2.3