Re: [U-Boot] [PATCH v4] Program net device MAC addresses after initializing

2010-04-27 Thread Ben Warren
On 4/26/2010 11:23 AM, Ben Warren wrote: > Add a new function to the eth_device struct for programming a network > controller's hardware address. > > After all network devices have been initialized and the proper MAC address > for each has been determined, make a device driver call to program the >

Re: [U-Boot] [PATCH v4] Program net device MAC addresses after initializing

2010-04-26 Thread Thomas Chou
On 04/27/2010 02:23 AM, Ben Warren wrote: > Add a new function to the eth_device struct for programming a network > controller's hardware address. > > After all network devices have been initialized and the proper MAC address > for each has been determined, make a device driver call to program the

Re: [U-Boot] [PATCH v4] Program net device MAC addresses after initializing

2010-04-26 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: > Add a new function to the eth_device struct for programming a network > controller's hardware address. > > After all network devices have been initialized and the proper MAC address > for each has been determined, make a device driver call to program the > address i

[U-Boot] [PATCH v4] Program net device MAC addresses after initializing

2010-04-26 Thread Ben Warren
Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices have been initialized and the proper MAC address for each has been determined, make a device driver call to program the address into the device. Only device instances wit