Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Fix some AHC_DEBUG printf cases, and undef AHC_DE...



details:   https://anonhg.NetBSD.org/src/rev/550f54e46fcb
branches:  trunk
changeset: 546095:550f54e46fcb
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Apr 20 16:04:54 2003 +0000

description:
Fix some AHC_DEBUG printf cases, and undef AHC_DEBUG.

diffstat:

 sys/dev/ic/aic7xxxvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 637276fb806d -r 550f54e46fcb sys/dev/ic/aic7xxxvar.h
--- a/sys/dev/ic/aic7xxxvar.h   Sun Apr 20 15:57:12 2003 +0000
+++ b/sys/dev/ic/aic7xxxvar.h   Sun Apr 20 16:04:54 2003 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index