summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>2003-04-20 16:04:54 +0000
committerfvdl <fvdl@NetBSD.org>2003-04-20 16:04:54 +0000
commitc620a2fd66a77b1f02cbcf962212148b4d7545fa (patch)
tree530da579c9e8654cf062b31b9647d8fd22004dd4 /sys/dev/ic
parentb196917760b8bdb2571b5b21e70d963eb8879f3a (diff)
Fix some AHC_DEBUG printf cases, and undef AHC_DEBUG.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/aic7xxxvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h
index ef226a6ea5d..7e4347550a1 100644
--- a/sys/dev/ic/aic7xxxvar.h
+++ b/sys/dev/ic/aic7xxxvar.h
@@ -37,7 +37,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: aic7xxxvar.h,v 1.34 2003/04/20 11:17:20 fvdl Exp $
+ * $Id: aic7xxxvar.h,v 1.35 2003/04/20 16:04:54 fvdl Exp $
*
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.h,v 1.44 2003/01/20 20:44:55 gibbs Exp $
*/
@@ -48,7 +48,7 @@
#ifndef _AIC7XXXVAR_H_
#define _AIC7XXXVAR_H_
-#define AHC_DEBUG
+#undef AHC_DEBUG
/* Register Definitions */
#include <dev/microcode/aic7xxx/aic7xxx_reg.h>