diff options
Diffstat (limited to 'sys/dev/ic/mfivar.h')
-rw-r--r-- | sys/dev/ic/mfivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h index 80c1a111202..5f5108d1d72 100644 --- a/sys/dev/ic/mfivar.h +++ b/sys/dev/ic/mfivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfivar.h,v 1.15 2006/05/15 23:20:57 marco Exp $ */ +/* $OpenBSD: mfivar.h,v 1.16 2006/05/16 22:51:10 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -17,7 +17,7 @@ #define DEVNAME(_s) ((_s)->sc_dev.dv_xname) -#define MFI_DEBUG +/* #define MFI_DEBUG */ #ifdef MFI_DEBUG extern uint32_t mfi_debug; #define DPRINTF(x...) do { if (mfi_debug) printf(x); } while(0) |