Source-Changes-HG archive

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

[src/trunk]: src/sys/dev disable debugging



details:   https://anonhg.NetBSD.org/src/rev/fd796778ca29
branches:  trunk
changeset: 341514:fd796778ca29
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 09 16:54:26 2015 +0000

description:
disable debugging

diffstat:

 sys/dev/vnd.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 7327bbf23418 -r fd796778ca29 sys/dev/vnd.c
--- a/sys/dev/vnd.c     Mon Nov 09 16:52:09 2015 +0000
+++ b/sys/dev/vnd.c     Mon Nov 09 16:54:26 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnd.c,v 1.249 2015/11/09 16:52:09 christos Exp $       */
+/*     $NetBSD: vnd.c,v 1.250 2015/11/09 16:54:26 christos Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
@@ -91,14 +91,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.249 2015/11/09 16:52:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.250 2015/11/09 16:54:26 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_vnd.h"
 #include "opt_compat_netbsd.h"
 #endif
 
-#define DEBUG
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/namei.h>
@@ -140,7 +139,7 @@
 #define VDB_INIT       0x02
 #define VDB_IO         0x04
 #define VDB_LABEL      0x08
-int vnddebug = 0xff;
+int vnddebug = 0;
 #endif
 
 #define vndunit(x)     DISKUNIT(x)



Home | Main Index | Thread Index | Old Index