Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-10-13 Thread Ben Warren
richardretanubun wrote: > Fixed compiler warning "declared but unused" eth5_uec_info and > eth6_uec_info. > Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]> > --- > Hi Ben, > > Thanks for applying the patch. I got a compiler warning when using it, > here is a patch to fix that. > > Thanks for

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-10-06 Thread richardretanubun
Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info. Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]> --- Hi Ben, Thanks for applying the patch. I got a compiler warning when using it, here is a patch to fix that. Thanks for all the help Richard drivers/qe/uec.c |

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-10-05 Thread Ben Warren
richardretanubun wrote: > Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). > Six eth interface is chosen because the platform I am using combines > UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth. > > Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]>

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-09-30 Thread Ben Warren
Kim Phillips wrote: > On Mon, 29 Sep 2008 18:28:23 -0400 > richardretanubun <[EMAIL PROTECTED]> wrote: > > >> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). >> Six eth interface is chosen because the platform I am using combines >> UCC1&2 and UCC3&4 as 1000 Eth and the

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-09-30 Thread Jerry Van Baren
Kim Phillips wrote: > On Mon, 29 Sep 2008 18:28:23 -0400 > richardretanubun <[EMAIL PROTECTED]> wrote: > >> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). >> Six eth interface is chosen because the platform I am using combines >> UCC1&2 and UCC3&4 as 1000 Eth and the oth

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-09-30 Thread Kim Phillips
On Mon, 29 Sep 2008 18:28:23 -0400 richardretanubun <[EMAIL PROTECTED]> wrote: > Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). > Six eth interface is chosen because the platform I am using combines > UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth. >

[U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-09-29 Thread richardretanubun
Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). Six eth interface is chosen because the platform I am using combines UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth. Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]> --- Thank you for all the feedbac