Message-ID: <3E2C5DDE.7B15C6A9@worldnet.att.net> From: Paul Cousoulis X-Mailer: Mozilla 4.78 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: DMA and DJGPP References: <3E298416 DOT 3A565C4C AT worldnet DOT att DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 16 Date: Mon, 20 Jan 2003 20:39:57 GMT NNTP-Posting-Host: 12.81.87.54 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1043095197 12.81.87.54 (Mon, 20 Jan 2003 20:39:57 GMT) NNTP-Posting-Date: Mon, 20 Jan 2003 20:39:57 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com To complete the thread, I found the registers in the PLX for the address and transfer size. I don't know how I missed them. So you up the address and the buffer in the program and load them into the registers and your off programming. No DMA controller needed. Paul Paul Cousoulis wrote: > > I'm building a data aquisition board that uses a PLX PCI chip to > communicate with the PCI bus. I need to set it up to use DMA to transfer > the data. I how to do I find the address and set up the memory in DJGPP > to get at the data? > > Thanks > Paul