Re: [OpenWrt-Devel] ar71xx/ag71xx: adding a phy driver

2010-01-25 Thread Gabor Juhos
Hi Jonas, > I am trying to talk to the switch of the RouterStation Pro. I wrote a > simple phy driver, and its probe() gets called for all 5 phy > addresses. > > But the config_init() only gets called for the first mac, not the > second mac, which is a problem, since the cpu port is connected to

Re: [OpenWrt-Devel] [PATCH] Preinit, mount_root, firstboot modularization, complete

2010-01-25 Thread Marc Abrams
Thanks. marc. On Mon, Jan 25, 2010 at 9:12 AM, Felix Fietkau wrote: > On 2010-01-23 8:56 AM, Daniel Dickinson wrote: > > Hi all, > > > > Here's the complete and tested patch, with as many relevant combinations > > as I am able to: > > > > I have tested jffs, squashfs, ext2 on x86 in Qemu, and r

Re: [OpenWrt-Devel] [PATCH] Preinit, mount_root, firstboot modularization, complete

2010-01-25 Thread Felix Fietkau
On 2010-01-23 8:56 AM, Daniel Dickinson wrote: > Hi all, > > Here's the complete and tested patch, with as many relevant combinations > as I am able to: > > I have tested jffs, squashfs, ext2 on x86 in Qemu, and ramdisk, jffs, > squashfs on brcm63xx on a GW6200. > > The patch boots, mounts root,

[OpenWrt-Devel] ar71xx/ag71xx: adding a phy driver

2010-01-25 Thread Jonas Gorski
Hello, I am trying to talk to the switch of the RouterStation Pro. I wrote a simple phy driver, and its probe() gets called for all 5 phy addresses. But the config_init() only gets called for the first mac, not the second mac, which is a problem, since the cpu port is connected to the second mac.

[OpenWrt-Devel] Port PREEMPT_RT on AR71xx

2010-01-25 Thread Andrea Tassi
Hi, I'm tying to port the PREEMPT_RT patch to AR71xx CPU family; this kind of CPU are MIPS. I'm using the last revision of OpenWrt Linux distro. These are the steps done: 0) I to build the Kernel with the OpenWrt patches delete (only to perform some tests...) the patch 110-netfilter_match_speedup.p