summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-10 21:12:27 +0000
committermarcel <marcel@FreeBSD.org>2004-07-10 21:12:27 +0000
commitd6d823aef55e7d0b52ac4c4cab6dfbf9a128f8af (patch)
tree039f74958395e86dfab3108980bab65efc055de9 /sys/dev
parentd6d709552db42f0214497e5530600c40424ca2b5 (diff)
downloadFreeBSD-src-d6d823aef55e7d0b52ac4c4cab6dfbf9a128f8af.zip
FreeBSD-src-d6d823aef55e7d0b52ac4c4cab6dfbf9a128f8af.tar.gz
s/DDB/BVDDB/g
Note that DDB is unrelated to the debugger with the same acronym.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/isa/mss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c
index cb605e3..dc160b9 100644
--- a/sys/dev/sound/isa/mss.c
+++ b/sys/dev/sound/isa/mss.c
@@ -1104,7 +1104,7 @@ opti931_intr(void *arg)
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);
OpenPOWER on IntegriCloud