From owner-freebsd-current Tue Feb 6 20:56:15 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22245 for current-outgoing; Tue, 6 Feb 1996 20:56:15 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA22240 for ; Tue, 6 Feb 1996 20:56:12 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.12) id UAA00454; Tue, 6 Feb 1996 20:55:15 -0800 From: Julian Elischer Message-Id: <199602070455.UAA00454@ref.tfs.com> Subject: Re: Tired of "isa_dmadone_nobounce" messages To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Tue, 6 Feb 1996 20:55:14 -0800 (PST) Cc: root@deadline.snafu.de, current@FreeBSD.org In-Reply-To: <199602070252.NAA07049@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Feb 7, 96 01:22:38 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.org Precedence: bulk > > Andreas S. Wetzel stands accused of saying: > > > > I just had a look at isa/sound/sb_dsp.c as well as isa/sound/dmabuf.c and it > > seems as if they were actually using isa_dmastart(): > > */ > > #if defined(__FreeBSD__) > > > > isa_dmastart (B_RAW | ((dma_mode == DMA_MODE_READ) ? B_READ : B_WRITE), > > (caddr_t)dmap->raw_buf_phys[0], > > dmap->bytes_in_use, > > chan); > > #else /* else __FreeBSD__ */ > > Looks OK. I would be guessing then that DMAbuf_reset_dma is being called > without a matching DMA operation. I think the problem is more likely that it isn't FINISHING it up correctly. rather than not starting it.. there are from my vague memory 3 parts setup DMA release I think that if you do a setup and release wasn't ever called, it works but complains.. mind you I haven't really looked at it since 386bsd so don't trust what I say.... > > > (@@) Andreas S. Wetzel E-mail: mickey@deadline.snafu.de > > -- > ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ > ]] Genesis Software genesis@atrad.adelaide.edu.au [[ > ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ > ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ > ]] "wherever you go, there you are" - Buckaroo Banzai [[ >