Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-27 Thread Wolfgang Denk
Dear David Brownell, In message <200904162315.15209.davi...@pacbell.net> you wrote: > From: David Brownell > > Make the U-Boot dm9000 driver read addresses from EEPROM just > like Linux does ... read six bytes, instead of reading twelve > bytes and then discarding every other one. > > Using the

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-25 Thread Ben Warren
Wolfgang, David Brownell wrote: > From: David Brownell > > Make the U-Boot dm9000 driver read addresses from EEPROM just > like Linux does ... read six bytes, instead of reading twelve > bytes and then discarding every other one. > > Using the right Ethernet address is a big win. > > Signed-off-b

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-19 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 23:15 Thu 16 Apr , David Brownell wrote: > >> From: David Brownell >> >> Make the U-Boot dm9000 driver read addresses from EEPROM just >> like Linux does ... read six bytes, instead of reading twelve >> bytes and then discarding every other one.

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:15 Thu 16 Apr , David Brownell wrote: > From: David Brownell > > Make the U-Boot dm9000 driver read addresses from EEPROM just > like Linux does ... read six bytes, instead of reading twelve > bytes and then discarding every other one. > > Using the right Ethernet address is a big win.

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-16 Thread David Brownell
From: David Brownell Make the U-Boot dm9000 driver read addresses from EEPROM just like Linux does ... read six bytes, instead of reading twelve bytes and then discarding every other one. Using the right Ethernet address is a big win. Signed-off-by: David Brownell --- drivers/net/dm9000x.c |

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:04 Sun 12 Apr , David Brownell wrote: > On Sunday 12 April 2009, David Brownell wrote: > > ... read six bytes, instead of reading twelve > > bytes then discarding every one. > > Urgh, editing goof. Should read "discarding every other one". please send a new version Best Regards, J

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-12 Thread David Brownell
On Sunday 12 April 2009, David Brownell wrote: >... read six bytes, instead of reading twelve > bytes then discarding every one. Urgh, editing goof. Should read "discarding every other one". ___ U-Boot mailing list U-Boot@lists.denx.de http:/

[U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-12 Thread David Brownell
From: David Brownell Make the U-Boot dm9000 driver read addresses from EEPROM just like Linux does ... read six bytes, instead of reading twelve bytes then discarding every one. Using the right Ethernet address is a big win. Signed-off-by: David Brownell --- drivers/net/dm9000x.c | 12 +