I am considering Dragon for an in-house application with just 16-bit I/O operations. No interrupts. Is it possible to use Dragon with just the GiveIO driver under XP? I will need 0x200-0x20f address range. Is it possible to "Reserve" this range so that if at all there is another PCI board, PNP will not use this range?
Also, I dont intend to use configuration space at all. Thinking along the code in http://www.fpga4fun.com/PCI0.html. Is that feasible? Basically trying to "Port" an old ISA board quick-and-dirty..
Thanks.