From 2b1a199d7c61117f2a1a30c586034e17bb9a4ebc Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 14 Aug 2006 06:53:27 +0000 Subject: Turn off debug messages by default. Reminded by deraadt@ --- sys/dev/ic/acx.c | 6 ++---- sys/dev/ic/acx100.c | 4 +--- sys/dev/ic/acx111.c | 4 +--- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 24872cb52f2..cb30edd0330 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.39 2006/08/13 01:34:20 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.40 2006/08/14 06:53:26 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray @@ -129,13 +129,11 @@ #include #include -#define ACX_DEBUG - #include #include #ifdef ACX_DEBUG -int acxdebug = 1; +int acxdebug = 0; #endif #define ACX_ENABLE_TXCHAN(sc, chan, ifname) \ diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c index 0c3497c2fc7..80e05c4c502 100644 --- a/sys/dev/ic/acx100.c +++ b/sys/dev/ic/acx100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx100.c,v 1.8 2006/08/07 10:46:12 mglocker Exp $ */ +/* $OpenBSD: acx100.c,v 1.9 2006/08/14 06:53:26 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray @@ -74,8 +74,6 @@ #include -#define ACX_DEBUG - #include #include diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 61b70a75075..3862ede0e57 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.8 2006/08/06 14:23:28 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.9 2006/08/14 06:53:26 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray @@ -73,8 +73,6 @@ #include -#define ACX_DEBUG - #include #include -- cgit v1.2.3