Date: Sun, 23 May 2004 13:49:16 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 53342 for review Message-ID: <200405232049.i4NKnG6F077578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53342 Change 53342 by marcel@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232049.i4NKnG6F077578>