delay execution of em_82547_move_tail for 100 usec to compensate higher timeout resolution (might still be too small)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2004-05-09 18:04:36 +00:00
parent 5ace57d860
commit 8012ca94e6
@@ -1221,7 +1221,7 @@ em_82547_move_tail(void *arg)
adapter->tx_fifo_wrk++;
adapter->tx_fifo_timer_handle =
timeout(em_82547_move_tail,
adapter, 1);
adapter, 100);
splx(s);
return;
}