]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/pc/ethersmc.c
[9front] [PATCH] audiohda: add PCI ID for Intel C610/X99
[plan9front.git] / sys / src / 9 / pc / ethersmc.c
index 627632a9a20279cb80d81b186f7b5a4a5b671cd2..1241c605ac76320a506d79f3d28f0c6449969f29 100644 (file)
@@ -405,7 +405,7 @@ receive(Ether* ether)
                bp->wp++;
        }
          
-       etheriq(ether, bp, 1);
+       etheriq(ether, bp);
        ether->inpackets++;
        outs(port + MmuCmd, McRelease);
 }