From: kstailey Date: Fri, 3 Jan 1997 00:09:59 +0000 (+0000) Subject: end of pesky log message, thanks to Go Watanabe X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8d228e631c5d0f6e40ac931ee795d761e9b67ae8;p=openbsd end of pesky log message, thanks to Go Watanabe --- diff --git a/sys/dev/isa/sbdsp.c b/sys/dev/isa/sbdsp.c index dbb70611877..e55dff2f152 100644 --- a/sys/dev/isa/sbdsp.c +++ b/sys/dev/isa/sbdsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbdsp.c,v 1.8 1996/11/02 01:09:37 millert Exp $ */ +/* $OpenBSD: sbdsp.c,v 1.9 1997/01/03 00:09:59 kstailey Exp $ */ /* $NetBSD: sbdsp.c,v 1.30 1996/10/25 07:25:48 fvdl Exp $ */ /* @@ -1342,12 +1342,7 @@ sbdsp_intr(arg) if (sbdspdebug > 1) Dprintf("sbdsp_intr: intr=0x%x\n", sc->sc_intr); #endif - if (!isa_dmafinished(sc->sc_drq)) { -#ifdef AUDIO_DEBUG - printf("sbdsp_intr: not finished\n"); -#endif - return 0; - } + /* isa_dmafinished() moved to isadma.c */ sc->sc_interrupts++; /* clear interrupt */ #ifdef notyet