mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an error message from sb interrupt driver -- it
does not apply to all situations.
This commit is contained in:
parent
7fb5f2bae4
commit
16c775657c
5 changed files with 0 additions and 40 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue