K 10 svn:author V 7 iedowse K 8 svn:date V 27 2006-06-04T14:42:38.000000Z K 7 svn:log V 382 Add a sleep lock that protects access to sequences of blocking axe_cmd() calls. Without this the device can get confused if multiple threads attempt these operations concurrently. The problem was easily reproducible by running "ifconfig axe0" in a loop because eventually it would conflict with axe_tick_task(). A similar approach is probably required in all USB ethernet drivers. END