patch-1.3.96 linux/drivers/net/atarilance.c
Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/net/ariadne.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 26 12:12:25 1996
- Orig file:
v1.3.95/linux/drivers/net/atarilance.c
- Orig date:
Tue Apr 23 13:57:09 1996
diff -u --recursive --new-file v1.3.95/linux/drivers/net/atarilance.c linux/drivers/net/atarilance.c
@@ -219,7 +219,7 @@
struct lance_ioreg *iobase;
struct lance_memory *mem;
int cur_rx, cur_tx; /* The next free ring entry */
- int dirty_tx; /* Ring entries to be freeed. */
+ int dirty_tx; /* Ring entries to be freed. */
/* copy function */
void *(*memcpy_f)( void *, const void *, size_t );
struct enet_statistics stats;
@@ -303,7 +303,7 @@
#define CSR2 2 /* init block addr (high) */
#define CSR3 3 /* misc */
#define CSR8 8 /* address filter */
-#define CSR15 15 /* promiscous mode */
+#define CSR15 15 /* promiscuous mode */
/* CSR0 */
/* (R=readable, W=writeable, S=set on write, C=clear on write) */
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