Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Disabled DEBUG_SYNC. Reenable when needed.



details:   https://anonhg.NetBSD.org/src/rev/208ada7266db
branches:  trunk
changeset: 755084:208ada7266db
user:      phx <phx%NetBSD.org@localhost>
date:      Sat May 22 09:58:53 2010 +0000

description:
Disabled DEBUG_SYNC. Reenable when needed.

diffstat:

 sys/arch/amiga/dev/siop2.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b7dbceeb86d -r 208ada7266db sys/arch/amiga/dev/siop2.c
--- a/sys/arch/amiga/dev/siop2.c        Sat May 22 09:22:15 2010 +0000
+++ b/sys/arch/amiga/dev/siop2.c        Sat May 22 09:58:53 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop2.c,v 1.38 2010/02/05 12:13:36 phx Exp $ */
+/*     $NetBSD: siop2.c,v 1.39 2010/05/22 09:58:53 phx Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,7 +70,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.38 2010/02/05 12:13:36 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.39 2010/05/22 09:58:53 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -149,7 +149,7 @@
 int siopng_data_wait = SCSI_DATA_WAIT;
 int siopng_init_wait = SCSI_INIT_WAIT;
 
-#define DEBUG_SYNC
+/*#define DEBUG_SYNC*/
 
 #ifdef DEBUG
 /*



Home | Main Index | Thread Index | Old Index