summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/rt2560.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2560.c b/sys/dev/ic/rt2560.c
index bb9e526363c..b1c55be1b40 100644
--- a/sys/dev/ic/rt2560.c
+++ b/sys/dev/ic/rt2560.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2560.c,v 1.15 2006/04/20 20:31:12 miod Exp $ */
+/* $OpenBSD: rt2560.c,v 1.16 2006/06/01 16:52:54 robert Exp $ */
/*-
* Copyright (c) 2005, 2006
@@ -69,7 +69,7 @@
#ifdef RAL_DEBUG
#define DPRINTF(x) do { if (rt2560_debug > 0) printf x; } while (0)
#define DPRINTFN(n, x) do { if (rt2560_debug >= (n)) printf x; } while (0)
-int rt2560_debug = 0;
+int rt2560_debug = 1;
#else
#define DPRINTF(x)
#define DPRINTFN(n, x)