patch-2.4.2 linux/drivers/net/8390.h
Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/net/8390.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Feb 21 16:11:10 2001
- Orig file:
v2.4.1/linux/drivers/net/8390.h
- Orig date:
Thu Jan 4 14:52:01 2001
diff -u --recursive --new-file v2.4.1/linux/drivers/net/8390.h linux/drivers/net/8390.h
@@ -45,10 +45,6 @@
extern unsigned long autoirq_report(int waittime);
#endif
-/* Currently unused - delete in v2.5.x after purging from drivers */
-#define load_8390_module(driver) 0
-#define unload_8390_module() do { } while (0)
-
extern int ethdev_init(struct net_device *dev);
extern void NS8390_init(struct net_device *dev, int startp);
extern int ei_open(struct net_device *dev);
@@ -67,7 +63,8 @@
unsigned char mcfilter[8];
unsigned open:1;
unsigned word16:1; /* We have the 16-bit (vs 8-bit) version of the card. */
- unsigned bigendian:1; /* 16-bit big endian mode */
+ unsigned bigendian:1; /* 16-bit big endian mode. Do NOT */
+ /* set this on random 8390 clones! */
unsigned txing:1; /* Transmit Active */
unsigned irqlock:1; /* 8390's intrs disabled when '1'. */
unsigned dmaing:1; /* Remote DMA Active */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)