RE: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu

2010-06-21 Thread Jate Sujjavanich
Resubmission: The arch/m68k/include/asm/ide.h produces errors when the IDE driver is compiled for my 523x uClinux system under kernel. The header makes some redefines of operators not defined in the arch/m68k/include/asm/io_no.h header. There are no separate mmio and iospace defines.

Re: [uClinux-dev] httpd error

2010-06-21 Thread Lennart Sorensen
On Sun, Jun 20, 2010 at 10:11:28PM +0200, angelo wrote: Dear all, i am running kernel 2.6.X uClinux on a MCF5307 / dm9000 custom board. dm9000 driver was written for little endian cpu, i adapted it to big endian cpu with some byte swapping here and there. So the network is mostly working,

Re: [uClinux-dev] Using to RAM-area's

2010-06-21 Thread Wolfgang Mües
Hi Frank, Am Montag, 21. Juni 2010 11:00:06 schrieb Frank Mölendörp: my system has two seperated memory-area's. The first one lies in the area 0x1000 to 0x1040 (4 MB) and the other one lies in 0x2000 to 0x2040 (also 4 MB). Is there a way to make it possible to use both

Re: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu

2010-06-21 Thread Greg Ungerer
Hi Jate, Jate Sujjavanich wrote: Resubmission: Applied to for-linus branch of m68knommu git tree. Thanks Greg The arch/m68k/include/asm/ide.h produces errors when the IDE driver is compiled for my 523x uClinux system under kernel. The header makes some redefines of operators not