|
From: Nuno L. <lu...@nl...> - 2004-09-11 06:00:08
|
Greg Boehnlein, dando pulos de alegria, escreveu : > Would it be possible, given the appropriate drivers, for CoLinux to be > able to access a PCI card on the PCI bus? Specifically, Asterisk uses > kernel modules (Zaptel) to communicate with Digium's hardware such as the > X100P card. This relies on a very strict 1,000 Hz interrupt timing to > ensure proper audio. I think your biggest problem (at least at the current colinux state) would be the strict timing you require. Timer interrupts are more or less emulated now, and could not give the resolution you intend. But you would have problems if you use DMA in same way, as that is controlled by windows. A possible solution to your problem would be a sort of "linux proxy drivers", who would transfer messages between your application and a windows driver. That driver would then make the required low level work (using the appropriate windows mechanisms). Hope I have helped you. Regards, ~Nuno Lucas |