Re: Linux 2.6.11.5 on R3912 problems

2005-08-08 Thread Mark Underwood
OK. Fixed this one myself :-), I had misunderstood the MIPS timer stuff and thus the kernel wasn't scheduling. Mark --- Mark Underwood <[EMAIL PROTECTED]> wrote: > Hi, > > I have now been trying to get Linux 2.6.11.5 (built > with gcc 3.3.3 and binutils 2.15.91.0.2) up and > running on my Helio

Re: Linux 2.6.11.5

2005-03-20 Thread Greg KH
On Sat, Mar 19, 2005 at 11:32:09PM +0100, Panagiotis Issaris wrote: > Hi Greg, > > The changelog states that the patches for the AMD8111e and VIA-Rhine > originated from dilingerdebian.org although I was the one who they > originated from. > > http://article.gmane.org/gmane.linux.kernel/282245 >

Re: Linux 2.6.11.5

2005-03-19 Thread Panagiotis Issaris
Hi Greg, The changelog states that the patches for the AMD8111e and VIA-Rhine originated from dilingerdebian.org although I was the one who they originated from. http://article.gmane.org/gmane.linux.kernel/282245 http://article.gmane.org/gmane.linux.kernel/282263 : o Possible AMD8111e free irq

Re: Linux 2.6.11.5

2005-03-18 Thread Greg KH
diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-03-18 22:35:14 -08:00 +++ b/Makefile 2005-03-18 22:35:14 -08:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 11 -EXTRAVERSION = .4 +EXTRAVERSION = .5 NAME=Woozy Numbat # *DOCUMENTATION* diff -Nru a/drivers/net/amd8111e.c b/driver