Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-11 Thread Nobuhiro Iwamatsu
Hi, Ben. Thank you for your check. 2008/6/10 Ben Warren <[EMAIL PROTECTED]>: > Hi Nobuhiro, > > 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. > Where's the code that has this driver being in

Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-09 Thread Ben Warren
Hi Nobuhiro, 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 <[EMAIL PROTECTED]> > --- > drivers/net/Makefile |1 + > drivers/net/sh_eth.c | 599 > +

Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-09 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > Hello, Ben. > > On Fri, 06 Jun 2008 16:17:48 +0900 > Nobuhiro Iwamatsu <[EMAIL PROTECTED]> 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: Nobu

Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-09 Thread Nobuhiro Iwamatsu
Hello, Ben. On Fri, 06 Jun 2008 16:17:48 +0900 Nobuhiro Iwamatsu <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > --- > drivers/net/M

[U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-06 Thread Nobuhiro Iwamatsu
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 <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + drivers/net/sh_eth.c | 599 ++ drivers/ne