From owner-freebsd-current Mon Jan 29 19:58:54 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17365 for current-outgoing; Mon, 29 Jan 1996 19:58:54 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA17333 for ; Mon, 29 Jan 1996 19:58:39 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA17636; Tue, 30 Jan 1996 14:44:50 +1100 Date: Tue, 30 Jan 1996 14:44:50 +1100 From: Bruce Evans Message-Id: <199601300344.OAA17636@godzilla.zeta.org.au> To: current@FreeBSD.ORG, james@miller.cs.uwm.edu Subject: Re: Recent sound changes Sender: owner-current@FreeBSD.ORG Precedence: bulk >I did a sup this morning to pick up the new malloc/vm changes and >something is amuck in the sound driver. I keep getting: > isa_dmastart: channel 3 busy >Any idea why? The ISA DMA code now keeps track of busy channels and my attempt to register the completion of sound DMAs didn't work. isa_dmadone() or isa_dmadone_nobounce() must be called when DMA is complete. Bruce