patch-2.4.4 linux/drivers/net/pcmcia/nmclan_cs.c
Next file: linux/drivers/net/pcmcia/orinoco_cs.c
Previous file: linux/drivers/net/pcmcia/netwave_cs.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Wed Apr 18 14:40:05 2001
- Orig file:
v2.4.3/linux/drivers/net/pcmcia/nmclan_cs.c
- Orig date:
Fri Mar 2 11:02:15 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/pcmcia/nmclan_cs.c linux/drivers/net/pcmcia/nmclan_cs.c
@@ -379,7 +379,7 @@
#endif
static dev_info_t dev_info="nmclan_cs";
-static dev_link_t *dev_list=NULL;
+static dev_link_t *dev_list;
static char *if_names[]={
"Auto", "10baseT", "BNC",
@@ -400,7 +400,7 @@
---------------------------------------------------------------------------- */
/* 0=auto, 1=10baseT, 2 = 10base2, default=auto */
-static int if_port=0;
+static int if_port;
/* Bit map of interrupts to choose from */
static u_int irq_mask = 0xdeb8;
@@ -1605,7 +1605,7 @@
#ifdef PCMCIA_DEBUG
if (pc_debug > 1) {
- static int old = 0;
+ static int old;
if (dev->mc_count != old) {
old = dev->mc_count;
DEBUG(0, "%s: setting Rx mode to %d addresses.\n",
@@ -1660,7 +1660,7 @@
#ifdef PCMCIA_DEBUG
if (pc_debug > 1) {
- static int old = 0;
+ static int old;
if (dev->mc_count != old) {
old = dev->mc_count;
DEBUG(0, "%s: setting Rx mode to %d addresses.\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)