From: "±Ç¿µ¼ö" Newsgroups: comp.os.msdos.djgpp Subject: [Q] PCI burst mode transfter.(help!!) Date: Tue, 24 Nov 1998 21:19:54 +0900 Organization: KREONet news service Lines: 19 Message-ID: <73e8lo$805$1@usenet.kreonet.re.kr> NNTP-Posting-Host: focean.kaist.ac.kr X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi. I want to transfer the array in C using burst mode of PCI. If I have the data as int p[3] = {1,2,3}; How can I transfter p in burst mode of PCI? Would you tell me the example code? The FAQ of djgpp has told me the theoretical explanations (movedata, or farn...etc) but I want to the real example as in the above case. Please help me. Thank you in advance.