From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Jun 2008 13:33:20 -0700 Subject: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support In-Reply-To: <20080610052116.9d54c614.iwamatsu@nigauri.org> References: <4848E49C.9020709@renesas.com> <20080610052116.9d54c614.iwamatsu@nigauri.org> Message-ID: <484D9390.4030408@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > Hello, Ben. > > On Fri, 06 Jun 2008 16:17:48 +0900 > Nobuhiro Iwamatsu wrote: > > >> Renesas SH7763 has 2 channel Ethernet device. >> This is 10/100/1000 Base support. >> But this patch check 10/100 Base only. >> >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> drivers/net/Makefile | 1 + >> drivers/net/sh_eth.c | 599 ++++++++++++++++++++++++++++++++++++++++++++++++++ >> drivers/net/sh_eth.h | 195 ++++++++++++++++ >> 3 files changed, 795 insertions(+), 0 deletions(-) >> create mode 100644 drivers/net/sh_eth.c >> create mode 100644 drivers/net/sh_eth.h >> >> > > Please apply this code to your net tree? > > I've scanned over the code and plan to give it a more thorough review tonight. regards, Ben