PERFORCE change 53342 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:50:17 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53342

Change 53342 by marcel at marcel_nfs on 2004/05/23 13:48:45

	s/DDB/BVDDB/g

Affected files ...

.. //depot/projects/gdb/sys/dev/sound/isa/mss.c#4 edit

Differences ...

==== //depot/projects/gdb/sys/dev/sound/isa/mss.c#4 (text+ko) ====

@@ -1104,7 +1104,7 @@
 		if (reason & 1) {
 	    		DEB(printf("one more try...\n");)
 	    		if (--loops) goto again;
-	    		else DDB(printf("intr, but mc11 not set\n");)
+	    		else BVDDB(printf("intr, but mc11 not set\n");)
 		}
 		if (loops == 0) BVDDB(printf("intr, nothing in mcir11 0x%02x\n", mc11));
 		mss_unlock(mss);


More information about the p4-projects mailing list