From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 20 Nov 2008 22:56:23 -0800 Subject: [U-Boot] [PATCH] sh: sh_eth: Change new network API In-Reply-To: <49262532.3000900@renesas.com> References: <49262532.3000900@renesas.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On Thu, Nov 20, 2008 at 7:04 PM, Nobuhiro Iwamatsu < iwamatsu.nobuhiro@renesas.com> wrote: > sh_eth used old network API. This patch changed new API. > > Signed-off-by: Nobuhiro Iwamatsu > --- > cpu/sh4/cpu.c | 8 + > drivers/net/sh_eth.c | 355 > ++++++++++++++++++++++++++++++++------------------ > drivers/net/sh_eth.h | 10 +- > include/netdev.h | 1 + > 4 files changed, 240 insertions(+), 134 deletions(-) > Wonderful! I'll look it over this weekend and will provide feedback. regards, Ben