patch-2.2.15 linux/drivers/net/82596.c
Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/net/3c527.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Apr 21 12:46:15 2000
- Orig file:
v2.2.14/drivers/net/82596.c
- Orig date:
Thu Jan 7 16:46:59 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/82596.c linux/drivers/net/82596.c
@@ -283,7 +283,7 @@
volatile u32 i = *(volatile u32 *) (dev->base_addr);
}
#endif
-#ifdef CONFIG_APRICOT_i596
+#ifdef CONFIG_APRICOT
if (MACH_IS_APRICOT) {
outw(0, (short) (dev->base_addr) + 4);
}
@@ -444,7 +444,7 @@
if (MACH_IS_BVME6000)
lp->scp.sysbus = 0x0000004c;
#endif
-#ifdef CONFIG_APRICOT_i596
+#ifdef CONFIG_APRICOT
if (MACH_IS_APRICOT)
lp->scp.sysbus = 0x00440000;
#endif
@@ -914,7 +914,7 @@
dev->irq = (unsigned) BVME_IRQ_I596;
}
#endif
-#ifdef CONFIG_APRICOT_INTEL
+#ifdef CONFIG_APRICOT
int checksum = 0;
int ioaddr = 0x300;
@@ -1163,7 +1163,7 @@
*ethirq = 3;
}
#endif
-#ifdef CONFIG_APRICOT_INTEL
+#ifdef CONFIG_APRICOT
(void) inb(ioaddr + 0x10);
outb(4, ioaddr + 0xf);
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)