Re: [U-Boot] [PATCH] Add support Asix's AX88783 ethernet chip v1.00

2011-02-15 Thread Mike Frysinger
On Friday, February 04, 2011 14:56:42 Joe Xue wrote: > +static int ax88783_init(struct eth_device *dev, bd_t * bd) > +{ > + ... > + /* set mac address*/ > + mactmp[0] = dev->enetaddr[5]; > + mactmp[1] = dev->enetaddr[4]; > + mactmp[2] = dev->enetaddr[3]; > + mactmp[3] = dev-

[U-Boot] [PATCH] Add support Asix's AX88783 ethernet chip v1.00

2011-02-04 Thread Joe Xue
for more information about this chip, please check: http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=98;65;86&PLine=6 Signed-off-by: Joe Xue Cc: Wolfgang Denk Cc: Stefano Babic --- README|6 + drivers/net/Makefile |1 + drivers/net/ax88783.c | 295 +