summaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/sb16.c')
-rw-r--r--sys/dev/sound/isa/sb16.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c
index 96d0e626b420c..2b2e84ac448c8 100644
--- a/sys/dev/sound/isa/sb16.c
+++ b/sys/dev/sound/isa/sb16.c
@@ -324,18 +324,10 @@ again:
if ( reason & 1 ) { /* possibly a write interrupt */
if ( d->dbuf_out.dl )
dsp_wrintr(d);
- else {
- if (PLAIN_SB16(d->bd_flags))
- printf("WARNING: wrintr but write DMA inactive!\n");
- }
}
if ( reason & 2 ) {
if ( d->dbuf_in.dl )
dsp_rdintr(d);
- else {
- if (PLAIN_SB16(d->bd_flags))
- printf("WARNING: rdintr but read DMA inactive!\n");
- }
}
if ( c & 2 )
inb(DSP_DATA_AVL16); /* 16-bit int ack */