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
- Lines: 22
- Date:
Mon Mar 4 09:16:36 1996
- Orig file:
v1.3.70/linux/drivers/net/lance.c
- Orig date:
Sat Mar 2 10:43:32 1996
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