aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptiop
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2008-10-04 10:39:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2008-10-04 10:39:31 +0000
commit61d9c8fa173f22fe93f358e528ef4b34625bd1e2 (patch)
tree1c6536e637808a1b2ce91c002a3e85736757ee57 /sys/dev/hptiop
parent75111b363888618b7a2e640f38ff4dbc9273c912 (diff)
Notes
Diffstat (limited to 'sys/dev/hptiop')
-rw-r--r--sys/dev/hptiop/hptiop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hptiop/hptiop.h b/sys/dev/hptiop/hptiop.h
index 42bc3303378ad..0f74592d61dea 100644
--- a/sys/dev/hptiop/hptiop.h
+++ b/sys/dev/hptiop/hptiop.h
@@ -32,8 +32,8 @@ __FBSDID("$FreeBSD$");
#define DBG 0
#ifdef DBG
-int hpt_dbg_level = 0;
-#define KdPrint(x) do { if (hpt_dbg_level) printf x; } while (0)
+int hpt_iop_dbg_level = 0;
+#define KdPrint(x) do { if (hpt_iop_dbg_level) printf x; } while (0)
#define HPT_ASSERT(x) assert(x)
#else
#define KdPrint(x)