Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: a bit (a lot) offtopic! a question about DMA! Date: Wed, 26 Jan 2000 12:42:04 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Mohamed Saad writes: > what is the interrupt that the DMA generates when > it finishes transferring data?? > is there any other way i can check if the DMA has > finished transferring or not?? The interrupt is normally raised by the recieving device, rather than the DMA controller itself, eg. when playing sounds on an SB, it is up to the SB to tell you when the transfer is complete. Obviously methods for doing this will depend on what device you are accessing. I don't know if the DMA controller itself has any mechanism for doing this, sorry. If it does, I've never come across that. Shawn Hargreaves.