From 53eba5e0443914b27b35c262eaa39e78ddd34a0c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 5 Aug 2005 12:55:18 +0000 Subject: [PATCH] 'send locked' debug statement #if 0ed --- drivers/fxp/fxp.c | 2 ++ drivers/rtl8139/rtl8139.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/fxp/fxp.c b/drivers/fxp/fxp.c index cc48bd2d5..7ee014c71 100644 --- a/drivers/fxp/fxp.c +++ b/drivers/fxp/fxp.c @@ -2171,7 +2171,9 @@ int may_block; if (r == ELOCKED && may_block) { +#if 0 printW(); printf("send locked\n"); +#endif return; } diff --git a/drivers/rtl8139/rtl8139.c b/drivers/rtl8139/rtl8139.c index 3656cd39c..9ac076ae6 100755 --- a/drivers/rtl8139/rtl8139.c +++ b/drivers/rtl8139/rtl8139.c @@ -1919,7 +1919,9 @@ int may_block; if (r == ELOCKED && may_block) { +#if 0 printW(); printf("send locked\n"); +#endif return; } -- 2.44.0