summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mfi.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2009-04-29 00:48:25 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2009-04-29 00:48:25 +0000
commit43977ad65706fb3cae0e16f405bfe64711de1531 (patch)
treec4733acf813e6546eb8ae531e60cd8ce11961615 /sys/dev/ic/mfi.c
parent0a19febb866a03a225d381dc1c1f72ac190b1275 (diff)
MFI_D_IOCTL should be commented out. No binary change.
Diffstat (limited to 'sys/dev/ic/mfi.c')
-rw-r--r--sys/dev/ic/mfi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c
index 7bacb830c9e..9c375cd49c6 100644
--- a/sys/dev/ic/mfi.c
+++ b/sys/dev/ic/mfi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi.c,v 1.93 2009/04/04 03:22:30 dlg Exp $ */
+/* $OpenBSD: mfi.c,v 1.94 2009/04/29 00:48:24 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -44,7 +44,7 @@ uint32_t mfi_debug = 0
/* | MFI_D_INTR */
/* | MFI_D_MISC */
/* | MFI_D_DMA */
- | MFI_D_IOCTL
+/* | MFI_D_IOCTL */
/* | MFI_D_RW */
/* | MFI_D_MEM */
/* | MFI_D_CCB */