R: [uClinux-dev] Stack overflow in the readdir

2009-02-04 Thread Tarani, Andrea
I have posted the solution some time ago. See http://mailman.uclinux.org/pipermail/uclinux-dev/2008-June/046758.html -Messaggio originale- Da: uclinux-dev-boun...@uclinux.org [mailto:uclinux-dev-boun...@uclinux.org] Per conto di Davide Zanni Inviato: mercoledì 4 febbraio 2009 8.22 A:

R: [uClinux-dev] Problems with 2GB FAT16 SD/CF cards - resolved

2008-06-26 Thread Tarani, Andrea
Warning!! The problem is not in busybox but in the uClibc. When you call the readdir routine the routine alloc a buffer up to the size of file system block (up 64kb for nfs mounted directory). In the __getdents (int fd, char *buf, size_t nbytes) routine, a temporary buffer of that size is

R: R: [uClinux-dev] Problems with 2GB FAT16 SD/CF cards - resolved

2008-06-26 Thread Tarani, Andrea
FAT16 SD/CF cards - resolved Hi Andrea, Tarani, Andrea wrote: Warning!! The problem is not in busybox but in the uClibc. When you call the readdir routine the routine alloc a buffer up to the size of file system block (up 64kb for nfs mounted directory). In the __getdents (int fd, char *buf

[uClinux-dev] R: [PATCH v3] m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C

2008-05-12 Thread Tarani, Andrea
/* _M68KNOMMU_BYTEORDER_H */ -Messaggio originale- Da: Greg Ungerer [mailto:[EMAIL PROTECTED] Inviato: lunedì 12 maggio 2008 5.26 A: Sebastian Siewior Cc: uClinux development list; Tarani, Andrea Oggetto: Re: [PATCH v3] m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C Sebastian

R: [uClinux-dev] Re: [PATCH v2] m68knommu: add ffs and __ffs and enable it on plattform which support ISA A+

2008-05-08 Thread Tarani, Andrea
Moreover the compiler add the __mcfisaaplus__ define so you can use this define to enable the new functions -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Greg Ungerer Inviato: giovedì 8 maggio 2008 8.26 A: Sebastian Siewior Cc: uclinux-dev@uclinux.org

R: [uClinux-dev] IP troubles on 2.6.23-uc1

2008-02-27 Thread Tarani, Andrea
try mount 199.0.8.196:/free/home /mnt -o nolock Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di [EMAIL PROTECTED] Inviato: mercoledì 27 febbraio 2008 10.35 A: uClinux-dev@uclinux.org Oggetto: RE: [uClinux-dev] IP troubles on 2.6.23-uc1 Hi Allon,

R: R: [uClinux-dev] Matrix keyboard on uclinux 2.6.17

2007-06-15 Thread Tarani, Andrea
keyboard registered\n); return(0); } Is it right ? Regards Philippe. Selon Tarani, Andrea [EMAIL PROTECTED]: Try attached patch -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di [EMAIL PROTECTED] Inviato: giovedì 14 giugno 2007 14.31

R: R: R: [uClinux-dev] Matrix keyboard on uclinux 2.6.17

2007-06-15 Thread Tarani, Andrea
my_kbd_init_hw(void) { MY_INIT; register_scan_keyboard(my_scan_kbd, my_scan_table, MAX_COLUMN); printk(KERN_INFO My scan keyboard registered\n); return(0); } Is it right ? Regards Philippe. Selon Tarani, Andrea [EMAIL PROTECTED]: Try attached patch

R: R: R: R: [uClinux-dev] Matrix keyboard on uclinux 2.6.17

2007-06-15 Thread Tarani, Andrea
this : late_initcall(my_kbd_init_hw); static int __init my_kbd_init_hw(void) { MY_INIT; register_scan_keyboard(my_scan_kbd, my_scan_table, MAX_COLUMN); printk(KERN_INFO My scan keyboard registered\n); return(0); } Is it right ? Regards Philippe. Selon Tarani, Andrea

R: [uClinux-dev] Matrix keyboard on uclinux 2.6.17

2007-06-14 Thread Tarani, Andrea
Try attached patch -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di [EMAIL PROTECTED] Inviato: giovedì 14 giugno 2007 14.31 A: uclinux-dev@uclinux.org Oggetto: [uClinux-dev] Matrix keyboard on uclinux 2.6.17 Hello, Sorry in advance for my English. I

R: R: R: [uClinux-dev] NAND on m5329evb

2007-06-08 Thread Tarani, Andrea
Hi Greg, Try the attached file -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Greg Ungerer Inviato: venerdì 8 giugno 2007 9.18 A: uClinux development list Oggetto: Re: R: R: [uClinux-dev] NAND on m5329evb Hi Andrea, Tarani, Andrea wrote

R: [uClinux-dev] NAND on m5329evb

2007-05-30 Thread Tarani, Andrea
try this patch (Greg can you ad this to distribution??) diff U3b Z:/uClinux_linux-2.6.x_arch/m68knommu/platform/532x/config.c@@/main/anta_EMV_Mod3/1 Z:/wipe/linux-2.6.x/arch/m68knommu/platform/532x/config.c@@/main/anta_EMV_Mod3/2 ---