diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-28 14:34:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-28 14:34:59 +0000 |
commit | 30e01dedc8bf1a3bd7bcc765a38bf8921ad34d57 (patch) | |
tree | 6e29d9536c15e8071427415e0ade4166a4e615b8 /sys/arch/sparc64/dev | |
parent | c30fa4d899bb9cc000735cd1e7d319aa209068c7 (diff) |
Like Yoda Jason trying to speak is.
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/clkbrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", |