patch-2.4.4 linux/drivers/net/atp.c
Next file: linux/drivers/net/bagetlance.c
Previous file: linux/drivers/net/atarilance.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Apr 12 12:15:25 2001
- Orig file:
v2.4.3/linux/drivers/net/atp.c
- Orig date:
Tue Mar 6 19:28:33 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/atp.c linux/drivers/net/atp.c
@@ -209,7 +209,7 @@
/* A list of all installed ATP devices, for removing the driver module. */
-static struct net_device *root_atp_dev = NULL;
+static struct net_device *root_atp_dev;
/* Check for a network adapter of this type, and return '0' iff one exists.
If dev->base_addr == 0, probe all likely locations.
@@ -584,7 +584,7 @@
struct net_device *dev = (struct net_device *)dev_instance;
struct net_local *lp;
long ioaddr;
- static int num_tx_since_rx = 0;
+ static int num_tx_since_rx;
int boguscount = max_interrupt_work;
if (dev == NULL) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)