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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user