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-
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 +
2 matches
Mail list logo