]> Zhao Yanbai Git Server - minix.git/commitdiff
'send locked' debug statement #if 0ed
authorBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 12:55:18 +0000 (12:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 12:55:18 +0000 (12:55 +0000)
drivers/fxp/fxp.c
drivers/rtl8139/rtl8139.c

index cc48bd2d5abdb8f11ebcd8c76480717d10930588..7ee014c710a2f1bdb720e10eb6e903ae25f99d1f 100644 (file)
@@ -2171,7 +2171,9 @@ int may_block;
 
        if (r == ELOCKED && may_block)
        {
+#if 0
                printW(); printf("send locked\n");
+#endif
                return;
        }
 
index 3656cd39cada6b5ee52a6e1fee94aff84f9c6956..9ac076ae6a845b73dc81c96c2dd892121f8f129b 100755 (executable)
@@ -1919,7 +1919,9 @@ int may_block;
 
        if (r == ELOCKED && may_block)
        {
+#if 0
                printW(); printf("send locked\n");
+#endif
                return;
        }