I just had a solid lockup inside X. Just moved the serial mouse, nothing
special going on. No caps lock, no ping.

gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Kernel is 2.4.0-test12-pre8 + this patch:
--- linux/drivers/char/drm/i810_dma.c.orig      Tue Nov 14 10:08:21 2000
+++ linux/drivers/char/drm/i810_dma.c   Mon Dec 11 11:22:35 2000
@@ -924,7 +924,7 @@
        dev->dma->next_queue  = NULL;
        dev->dma->this_buffer = NULL;
 
-       dev->tq.next          = NULL;
+       INIT_LIST_HEAD(&dev->tq.list);
        dev->tq.sync          = 0;
        dev->tq.routine       = i810_dma_task_queue;
        dev->tq.data          = dev;

-- 
Frank
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to