summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpi.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-09-21 09:44:06 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-09-21 09:44:06 +0000
commitf58d56330dd41192ccc59a3e301098686f76488b (patch)
tree15ea02c21f08c9ec6a62094c1fea47ae46264380 /sys/dev/ic/mpi.c
parent99e94a9dba7ed4e746d856f20defe1b4e8284388 (diff)
add a debug flag type thing for event handling
Diffstat (limited to 'sys/dev/ic/mpi.c')
-rw-r--r--sys/dev/ic/mpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index 23c3e30aa26..84304e77f55 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.70 2006/09/21 09:42:27 dlg Exp $ */
+/* $OpenBSD: mpi.c,v 1.71 2006/09/21 09:44:05 dlg Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -45,6 +45,7 @@ uint32_t mpi_debug = 0
/* | MPI_D_CCB */
/* | MPI_D_PPR */
/* | MPI_D_RAID */
+/* | MPI_D_EVT */
;
#endif