[rtl] [insmod: unresolved symbol]

2000-08-29 Thread Guo jin
Hello: I use insmod to install the module, expect the following error message: insmod pci_module pci_module: unresolved symbol rtl_compat_irq_handler pci_module: unresolved symbol rtl_v1_irq rtlinux 2.2 I don't know how to resolve the problems. Thanks. Jin -- [rtl] --- To unsubscribe: echo "

[rtl] Re: max period of a rt- task

2000-08-29 Thread yodaiken
On Tue, Aug 29, 2000 at 03:59:59PM -0700, [EMAIL PROTECTED] wrote: > > Hello : > I have received answers to my question RE : rtl task brings the host > down. > Victor Yodaiken asked me what is the value of SPEED in the code > if ( pthread_make_periodic_np( mem_tasks[1], gethrtime(), SP

[rtl] max period of a rt- task

2000-08-29 Thread omill
Hello : I have received answers to my question RE : rtl task brings the host down. Victor Yodaiken asked me what is the value of SPEED in the code if ( pthread_make_periodic_np( mem_tasks[1], gethrtime(), SPEED*3 ) printk ("\n MEM Thread 2 is periodic now\n"); The va

Re: [rtl] RTAI and RTLinux

2000-08-29 Thread Karim Yaghmour
This is actually quite interesting and goes to show that not all is clear about what RTAI is (no offence to Ivan, I'm just raising concerns). As others will fast point out, RTAI is an RT extension to Linux on it's own. It has very little to do with RTL in it's current form and doesn't have a pre

[rtl] RTLinux 3.0-pre7 available

2000-08-29 Thread Cort Dougan
RTLinux 3.0-pre7 is now available from the standard place: ftp://ftp.fsmlabs.com/pub/rtlinux/v3/ We expect this to be the last pre-release before a final 3.0. Please take a look at the latest release and send us any bugs, missing features, suggestions or kudos you find. Maintainers of other pack

[rtl] RTAI and RTLinux

2000-08-29 Thread Ivan Martinez
Hello all: I'm comparing RTAI to RTLinux and I just want to make you a couple of questions. Please don't start fighting about which sytems is best!. It's not about that. I understood RTAI is a compatible extension of RTLinux with extra features, right?. Is the extension mad

[rtl] ANNOUNCE: RTiC-Lab has moved!

2000-08-29 Thread Edgar Hilton
The homesite for RTiC-Lab has moved!! You can now find RTiC-Lab at: http://rtic-lab.sourceforge.net Please update your links. -- Edgar -- Edgar F. Hilton email: [EMAIL PROTECTED] office#: (850) 893-0300 mobile#: (850) 322-4054 htt

Re: [rtl] Can real time threads OVERRUN the CPU

2000-08-29 Thread Zaimin Zhong
Michael, Thank you! 1. Did you notice the answer of Ivan? He solved the problem by logging execution time in a RTFifo. I tried logging the execution time use a static variable, and then check it as YOU did in the RTL cheduling accuracy measuring example ( example/measurements/rt_process.c).

Re: [rtl] Trouble upgrading to RT2.0

2000-08-29 Thread Michael Barabanov
Tomasz Motylewski ([EMAIL PROTECTED]) wrote: > On Mon, 28 Aug 2000, Michael Barabanov wrote: > > > CONFIG_RTL was an oversight; sorry. > > I will add CONFIG_RTL in the next version. Meanwhile, you could > > define CONFIG_RTL in include/compat/linux/rtl.h (yes, linux/rtl.h is there, > > it's just

Re: [rtl] Trouble upgrading to RT2.0

2000-08-29 Thread Michael Barabanov
David Schleef ([EMAIL PROTECTED]) wrote: > Wasn't this discussion about source compatibility? Requiring that > the user modify the source code to upgrade != source > compatibility. Like I wrote to Tomasz, 2.3 is really 2.3pre3. We still have a chance to get it right before final release... Mich

[rtl] Share Memory Maximum

2000-08-29 Thread Guo jin
Hi, rtl users: I once used ioremap() to map 4M share memory. Can I use ioremap() to map more than 4M memory, 8M, 16M, 24M?(or some alternatives to do this) does it have limitation? Where can I find some document for this? Thanks & Regards, Guo Jin -- [rtl] --- To unsubscribe: echo "unsubscrib