]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
Lots of recommenting and restructuring. Still locks up after one xmit --- wtf?
[netwatch.git] / net / net.c
index 13c16f24d97fd831b981c536df0d14dc52c784e7..04eaff5f5c75b521d3f43444511553eb00524f28 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -19,7 +19,7 @@ void eth_poll()
 
        _nic->poll(_nic, 0);
        
-       if ((c++) % 60)
+       if ((c++) % 30)
                return;
        
        for (i = 0; i < 1024; i++)
This page took 0.021412 seconds and 4 git commands to generate.