patch-1.3.71 linux/drivers/net/lance.c

Next file: linux/drivers/net/ppp.c
Previous file: linux/drivers/net/eth82586.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.70/linux/drivers/net/lance.c linux/drivers/net/lance.c
@@ -940,9 +940,9 @@
 		}
 	}
 
-    /* Clear any other interrupt, and set interrupt enable. */
-    outw(0x0000, dev->base_addr + LANCE_ADDR);
-    outw(0x7940, dev->base_addr + LANCE_DATA);
+	/* Clear any other interrupt, and set interrupt enable. */
+	outw(0x0000, dev->base_addr + LANCE_ADDR);
+	outw(0x7940, dev->base_addr + LANCE_DATA);
 
 	if (lance_debug > 4)
 		printk("%s: exiting interrupt, csr%d=%#4.4x.\n",
@@ -979,7 +979,7 @@
 		}
 		else 
 		{
-			/* Malloc up new buffer, compatible with net-2e. */
+			/* Malloc up new buffer, compatible with net3. */
 			short pkt_len = (lp->rx_ring[entry].msg_length & 0xfff)-4;
 			struct sk_buff *skb;
 			

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