patch-2.2.18 linux/drivers/net/ne2.c
Next file: linux/drivers/net/ni52.c
Previous file: linux/drivers/net/ncr885e.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Sep 11 17:58:02 2000
- Orig file:
v2.2.17/drivers/net/ne2.c
- Orig date:
Fri Apr 21 12:46:19 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/net/ne2.c linux/drivers/net/ne2.c
@@ -110,16 +110,16 @@
#define NESM_STOP_PG 0x80 /* Last page +1 of RX ring */
/* From the .ADF file: */
-static unsigned int addresses[7]=
+static unsigned int addresses[7] __initdata =
{0x1000, 0x2020, 0x8020, 0xa0a0, 0xb0b0, 0xc0c0, 0xc3d0};
-static int irqs[4] = {3, 4, 5, 9};
+static int irqs[4] __initdata = {3, 4, 5, 9};
struct ne2_adapters_t {
unsigned int id;
char *name;
};
-const struct ne2_adapters_t ne2_adapters[] = {
+static struct ne2_adapters_t ne2_adapters[] __initdata = {
{ 0x6354, "Arco Ethernet Adapter AE/2" },
{ 0x70DE, "Compex ENET-16 MC/P" },
{ 0x7154, "Novell Ethernet Adapter NE/2" },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)