Update of /cvsroot/linux-vax/kernel-2.4/drivers/scsi
In directory usw-pr-cvs1:/tmp/cvs-serv602/scsi
Modified Files:
vax-5380.h
Log Message:
Drop the scsi debugging level
Index: vax-5380.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/scsi/vax-5380.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vax-5380.h 2001/02/22 00:00:36 1.2
+++ vax-5380.h 2001/09/16 15:17:36 1.3
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.3 2001/09/16 15:17:36 atp
+ * Drop the scsi debugging level
+ *
* Revision 1.2 2001/02/22 00:00:36 kenn
* VS3100m76 SCSI sort of, kind of, seems to work...
*
@@ -53,7 +56,7 @@
#define VDEBUG_INIT 0x1
#define VDEBUG_TRANSFER 0x2
-#define NDEBUG NDEBUG_INTR
+#undef NDEBUG
#define NCR_TIMEOUT 500000
#ifndef ASM
|