On Sun, Jun 06, 1999 at 05:44:36PM -0600, [EMAIL PROTECTED] wrote:
> Available via ftp. Barring bug fixes, V1 is frozen. V2 is getting there
> but is still not reliable enough for prime time. Betas are available, 
> test results or thoughts on the code are welcome, bug fixes are really
> welcome.
> 


I was a little bit bugged that rtl_printf() messages don't get logged
to syslog, so I wrote a patch that solves this.  It writes the output
to a ring buffer that gets printk()'ed in a soft irq.  This obviously
is not good for debugging, since the string gets queued instead of
written, so it's implemented as a separate function rtl_printk().
It's possible just to merge it into printk() eventually.

It really would be beneficial to have an interrupt routine prototype
with the (void *) argument.  I talked to you about this at LinuxExpo --
I can write a patch if you want.

The rtl modules currently export all their symbols.  I'm thinking that
this is not a great idea.



dave...


--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to