Re: [U-Boot] [PATCH] sh: sh_eth: Change new network API

2008-11-24 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > sh_eth used old network API. This patch changed new API. > > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- Added to net/next. thanks, Ben ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH] sh: sh_eth: Change new network API

2008-11-20 Thread Ben Warren
Hello, On Thu, Nov 20, 2008 at 7:04 PM, Nobuhiro Iwamatsu < [EMAIL PROTECTED]> wrote: > sh_eth used old network API. This patch changed new API. > > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- > cpu/sh4/cpu.c|8 + > drivers/net/sh_eth.c | 355 > +++

[U-Boot] [PATCH] sh: sh_eth: Change new network API

2008-11-20 Thread Nobuhiro Iwamatsu
sh_eth used old network API. This patch changed new API. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- cpu/sh4/cpu.c|8 + drivers/net/sh_eth.c | 355 -- drivers/net/sh_eth.h | 10 +- include/netdev.h |1 + 4 files c