patch-1.3.18 linux/drivers/net/8390.c
Next file: linux/drivers/net/README.arcnet
Previous file: linux/drivers/net/3c509.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Aug 11 09:26:59 1995
- Orig file:
v1.3.17/linux/drivers/net/8390.c
- Orig date:
Wed Aug 9 14:55:39 1995
diff -u --recursive --new-file v1.3.17/linux/drivers/net/8390.c linux/drivers/net/8390.c
@@ -84,12 +84,12 @@
#ifdef EI_DEBUG
int ei_debug = EI_DEBUG;
#else
-int ei_debug = 0;
+int ei_debug = 1;
#endif
-#ifdef EI_NOPINGPONG
-static int ei_pingpong = 0;
-#else
+#ifdef EI_PINGPONG
static int ei_pingpong = 1;
+#else
+static int ei_pingpong = 0;
#endif
/* Max number of packets received at one Intr.
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this