Re: [U-Boot] [PATCH v3] net: add opencore 10/100 ethernet mac driver

2010-04-25 Thread Ben Warren
Thomas, On 4/15/2010 7:32 AM, Thomas Chou wrote: > This patch ports the opencore 10/100 ethernet mac driver ethoc.c > from linux kernel to u-boot. > > Signed-off-by: Thomas Chou > --- > use iobase of struct eth_device. > add dev_num to ethoc_initialize. > > drivers/net/Makefile |1 + > driv

[U-Boot] [PATCH v3] net: add opencore 10/100 ethernet mac driver

2010-04-15 Thread Thomas Chou
This patch ports the opencore 10/100 ethernet mac driver ethoc.c from linux kernel to u-boot. Signed-off-by: Thomas Chou --- use iobase of struct eth_device. add dev_num to ethoc_initialize. drivers/net/Makefile |1 + drivers/net/ethoc.c | 511 +