diff options
Diffstat (limited to 'arch/mips/au1000/db1x00/irqmap.c')
-rw-r--r-- | arch/mips/au1000/db1x00/irqmap.c | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/mips/au1000/db1x00/irqmap.c b/arch/mips/au1000/db1x00/irqmap.c index 8f6ef0dbe1f8..f63024a9893a 100644 --- a/arch/mips/au1000/db1x00/irqmap.c +++ b/arch/mips/au1000/db1x00/irqmap.c | |||
@@ -48,6 +48,38 @@ | |||
48 | #include <asm/system.h> | 48 | #include <asm/system.h> |
49 | #include <asm/mach-au1x00/au1000.h> | 49 | #include <asm/mach-au1x00/au1000.h> |
50 | 50 | ||
51 | #ifdef CONFIG_MIPS_DB1500 | ||
52 | char irq_tab_alchemy[][5] __initdata = { | ||
53 | [12] = { -1, INTA, INTX, INTX, INTX}, /* IDSEL 12 - HPT371 */ | ||
54 | [13] = { -1, INTA, INTB, INTC, INTD}, /* IDSEL 13 - PCI slot */ | ||
55 | }; | ||
56 | #endif | ||
57 | |||
58 | #ifdef CONFIG_MIPS_BOSPORUS | ||
59 | char irq_tab_alchemy[][5] __initdata = { | ||
60 | [11] = { -1, INTA, INTB, INTX, INTX}, /* IDSEL 11 - miniPCI */ | ||
61 | [12] = { -1, INTA, INTX, INTX, INTX}, /* IDSEL 12 - SN1741 */ | ||
62 | [13] = { -1, INTA, INTB, INTC, INTD}, /* IDSEL 13 - PCI slot */ | ||
63 | }; | ||
64 | #endif | ||
65 | |||
66 | #ifdef CONFIG_MIPS_MIRAGE | ||
67 | char irq_tab_alchemy[][5] __initdata = { | ||
68 | [11] = { -1, INTD, INTX, INTX, INTX}, /* IDSEL 11 - SMI VGX */ | ||
69 | [12] = { -1, INTX, INTX, INTC, INTX}, /* IDSEL 12 - PNX1300 */ | ||
70 | [13] = { -1, INTA, INTB, INTX, INTX}, /* IDSEL 13 - miniPCI */ | ||
71 | }; | ||
72 | #endif | ||
73 | |||
74 | #ifdef CONFIG_MIPS_DB1550 | ||
75 | char irq_tab_alchemy[][5] __initdata = { | ||
76 | [11] = { -1, INTC, INTX, INTX, INTX}, /* IDSEL 11 - on-board HPT371 */ | ||
77 | [12] = { -1, INTB, INTC, INTD, INTA}, /* IDSEL 12 - PCI slot 2 (left) */ | ||
78 | [13] = { -1, INTA, INTB, INTC, INTD}, /* IDSEL 13 - PCI slot 1 (right) */ | ||
79 | }; | ||
80 | #endif | ||
81 | |||
82 | |||
51 | au1xxx_irq_map_t au1xxx_irq_map[] = { | 83 | au1xxx_irq_map_t au1xxx_irq_map[] = { |
52 | 84 | ||
53 | #ifndef CONFIG_MIPS_MIRAGE | 85 | #ifndef CONFIG_MIPS_MIRAGE |