Message-ID: <3E298416.3A565C4C@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: DMA and DJGPP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 8 Date: Sat, 18 Jan 2003 16:46:10 GMT NNTP-Posting-Host: 12.81.86.219 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1042908370 12.81.86.219 (Sat, 18 Jan 2003 16:46:10 GMT) NNTP-Posting-Date: Sat, 18 Jan 2003 16:46:10 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 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