]> Git Repo - qemu.git/blobdiff - hw/ne2000.c
ECC updated based on information released recently by Sun (Robert Reif)
[qemu.git] / hw / ne2000.c
index 6043fc32543fb76093043613f599a94a42f665e1..44f30c2afbbeaaf3dae137908a690994ea41bffc 100644 (file)
@@ -217,7 +217,7 @@ static int ne2000_can_receive(void *opaque)
     NE2000State *s = opaque;
 
     if (s->cmd & E8390_STOP)
-        return 0;
+        return 1;
     return !ne2000_buffer_full(s);
 }
 
This page took 0.022265 seconds and 4 git commands to generate.