diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-01-03 00:10:00 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-01-03 00:10:00 +0000 |
commit | 5d25dcb8ba584da7af51b8d9b9e9e2075394a6d0 (patch) | |
tree | 01c929c7eb2f5c9daa97727966fed2398b9a4a24 /sys/dev | |
parent | ebec939ed1d80493a0c8dbdbd34c9ed61e316b6a (diff) |
end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/sbdsp.c | 9 |
1 files changed, 2 insertions, 7 deletions
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 |