patch-2.2.15 linux/drivers/net/smc-mca.h
Next file: linux/drivers/net/syncppp.c
Previous file: linux/drivers/net/smc-mca.c
Back to the patch index
Back to the overall index
- Lines: 74
- Date:
Fri Apr 21 12:46:20 2000
- Orig file:
v2.2.14/drivers/net/smc-mca.h
- Orig date:
Thu Dec 12 14:51:10 1996
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/smc-mca.h linux/drivers/net/smc-mca.h
@@ -1,7 +1,7 @@
-/*
- djweis weisd3458@uni.edu
- most of this file was taken from ps2esdi.h
-*/
+/*
+ * djweis weisd3458@uni.edu
+ * most of this file was taken from ps2esdi.h
+ */
struct {
unsigned int base_addr;
@@ -25,38 +25,37 @@
};
#define MEM_MASK 64
+
struct {
unsigned char mem_index;
unsigned long mem_start;
unsigned char num_pages;
} mem_table[] = {
- { 16, 0x0c0000, 40 },
- { 18, 0x0c4000, 40 },
- { 20, 0x0c8000, 40 },
- { 22, 0x0cc000, 40 },
- { 24, 0x0d0000, 40 },
- { 26, 0x0d4000, 40 },
- { 28, 0x0d8000, 40 },
- { 30, 0x0dc000, 40 },
- {144, 0xfc0000, 40 },
- {148, 0xfc8000, 40 },
- {154, 0xfd0000, 40 },
- {156, 0xfd8000, 40 },
- { 0, 0x0c0000, 20 },
- { 1, 0x0c2000, 20 },
- { 2, 0x0c4000, 20 },
- { 3, 0x0c6000, 20 }
+ { 16, 0x0c0000, 0x40 },
+ { 18, 0x0c4000, 0x40 },
+ { 20, 0x0c8000, 0x40 },
+ { 22, 0x0cc000, 0x40 },
+ { 24, 0x0d0000, 0x40 },
+ { 26, 0x0d4000, 0x40 },
+ { 28, 0x0d8000, 0x40 },
+ { 30, 0x0dc000, 0x40 },
+ {144, 0xfc0000, 0x40 },
+ {148, 0xfc8000, 0x40 },
+ {154, 0xfd0000, 0x40 },
+ {156, 0xfd8000, 0x40 },
+ { 0, 0x0c0000, 0x20 },
+ { 1, 0x0c2000, 0x20 },
+ { 2, 0x0c4000, 0x20 },
+ { 3, 0x0c6000, 0x20 }
};
#define IRQ_MASK 243
struct {
- unsigned char irq;
+ unsigned char new_irq;
+ unsigned char old_irq;
} irq_table[] = {
- { 3 },
- { 4 },
- { 10 },
- { 14 }
+ { 3, 3 },
+ { 4, 4 },
+ { 10, 10 },
+ { 14, 15 }
};
-
-
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)