summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2006-05-30 03:25:14 +0000
committerJason Wright <jason@cvs.openbsd.org>2006-05-30 03:25:14 +0000
commitb44b7df190d632366b0cdc29fbada19ef4760886 (patch)
treee27266679f276b585598de86b14532b4b110cb2c /sys/dev/ic
parente3a487165a0d80a68b2b68a7c2309e7f520e6270 (diff)
hush; ok dlg
Diffstat (limited to 'sys/dev/ic')
-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)