
3 Dec
2008
3 Dec
'08
1:31 a.m.
On Fri, Nov 28, 2008 at 05:25:29PM +0100, Daniel Mack wrote:
the net/net.c implemenation of timeouts assumes that get_timer() returns values in milliseconds. As this is true for most platforms, it does not apply to PXA3x where the OSCR register increments with more than 3MHz.
The following patch fixes the problem by calculation with the CONFIG_SYS_HZ variable.
[...]
Just curious - was this patch taken? Same question for the ones sent in mails labeled
[PATCH] ne2000: take MAC address from config if available (+follow-ups) [PATCH] PXA3xx: fix CKEN[AB]
Thanks, Daniel