summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/mpi.c')
-rw-r--r--sys/dev/ic/mpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index e113a6c6f6b..00b0f47be85 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.12 2006/05/29 21:30:24 dlg Exp $ */
+/* $OpenBSD: mpi.c,v 1.13 2006/05/30 03:25:13 jason Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -33,7 +33,7 @@
#include <dev/ic/mpireg.h>
#include <dev/ic/mpivar.h>
-#define MPI_DEBUG
+#undef MPI_DEBUG
#ifdef MPI_DEBUG
#define DPRINTF(x...) do { if (mpidebug) printf(x); } while (0)