From: Sven Grundmann Newsgroups: comp.os.msdos.djgpp Subject: programming a pci A/D Card Date: Wed, 13 May 1998 17:44:08 +0200 Organization: Heinrich Heine Universitaet Duesseldorf Lines: 18 Message-ID: <6jcf32$2fp@selena.rz.uni-duesseldorf.de> NNTP-Posting-Host: qexafs1.anphy.uni-duesseldorf.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi ! I am a physik studnt in germany trying to programm a pci A/D Card . I have source code of a pci lib for the pci controller for 16 Bit BC31 ( Borland C 3.1 ) . They manage the Problem with Bios interrupts. I just ported the first first function of that 16 Bit Lib with int86 function in gcc instead of geninterrupt in BC . It worked very fine but is that the right way .. talking to the PCI Card with realmode interrupts ? Or is there another way . Does gjgpp switch to realmode with int86 ? ok tnx for all answers :) GNU rules ! Sven Grundmann