Module Name:    src
Committed By:   phx
Date:           Sat May 22 09:58:53 UTC 2010

Modified Files:
        src/sys/arch/amiga/dev: siop2.c

Log Message:
Disabled DEBUG_SYNC. Reenable when needed.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amiga/dev/siop2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/siop2.c
diff -u src/sys/arch/amiga/dev/siop2.c:1.38 src/sys/arch/amiga/dev/siop2.c:1.39
--- src/sys/arch/amiga/dev/siop2.c:1.38	Fri Feb  5 12:13:36 2010
+++ src/sys/arch/amiga/dev/siop2.c	Sat May 22 09:58:53 2010
@@ -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
 /*

Reply via email to