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

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, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this