Re: [rtl] pci device driver

2002-02-10 Thread Michael Nielsen
Is it possible to write a device driver under linux and then to use it in RTLinux ? I am working on a writing a device driver for a isa-netcard, and thought it was not possible to port a device driver from linux to RTlinux (cause of the linux-kernel getting scheduled, and not be running while

[rtl] problems with pthread_wakeup_np

2002-02-10 Thread Philip Reetz
Hello fellow list members, I'm having a problem and after two day of debugging I don't know where else to turn. I have a little real time linux program with several threads. Most threads are activated by another threads with a call to pthread_wakeup_np. For a little while this seems to work

Re: [rtl] pci device driver

2002-02-10 Thread Norm Dresner
It all depends on what the device driver does. I've written device drivers that have both Real-Time and normal Linux portions which communicate via shared/global memory. Norm - Original Message - From: Michael Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February

[rtl] SDL in RTLinux?

2002-02-10 Thread Nicolas Cottaris
Hello, I am interested in developing a real-time graphics application that will update the contents of the framebuffer every 10 msec. It is absolutely mandatory that this refresh rate is kept steady with absolutely no frames dropped. I was thinking of using SDL under RTLinux. 1. Has anyone