Hello

I've found few problems.

1. I can't use frame buffer with Matrox G400 card - I'm getting 
kernel panic nmi! as soon as linux is trying to switch to this video
mode.
(It's a part of pre-patch-2.2.14pre4)
As I don't know what constant 0x200 means I can't help here.

2. schedulers/i386/rtl_time.c
static inline long RTIME_to_apic_ticks(long t)
        __asm__("mull %0"
                :"=d" (t)
                :"a" (t), "0" (scaler_hrtime_to_apic)
                :"ax");
is uncompilable by gcc2.95.2
I've removed the last :"ax" and everything looks OK.
Is there any special purpose for that "ax" register ??


-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me
spread!
   Zdenek Kabelac  http://i.am/kabi/ [EMAIL PROTECTED] {debian.org; fi.muni.cz}

--- [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