With this patch, I think the IRQ situation is basically fixed, though
Ingmar may not agree once he tests it.

i would like to try to standardize on these cards for V3 porting. They
are cheap, the vendor support is great (AMD and PC Engines), and they
are easy to debug. I'd like to see if those of you working on v3 could
take a look at this card. V3 is going to go lots faster if we are on
common hardware.

ron
This should be the last change needed for the alix1c. The minipci slot works, and
with this change, the pci slot seems to work too. At least for me. 

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>

Index: src/mainboard/pcengines/alix1c/irq_tables.c
===================================================================
--- src/mainboard/pcengines/alix1c/irq_tables.c	(revision 2984)
+++ src/mainboard/pcengines/alix1c/irq_tables.c	(working copy)
@@ -91,7 +91,7 @@
 		{0x00, (0x01 << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {0x00, 0x00}, {0x00, 0x00}, {0x00, 0x00}}, 0x0, 0x0},
 
 		/* PCI (slot 1) */
-		{0x00, (0x0C << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {L_PIRQB, M_PIRQB}, {L_PIRQC, M_PIRQC}, {L_PIRQD, M_PIRQD}}, 0x4, 0x0},
+		{0x00, (0x0C << 3) | 0x0, {{L_PIRQC, M_PIRQC}, {L_PIRQD, M_PIRQD}, {L_PIRQA, M_PIRQA}, {L_PIRQB, M_PIRQB}}, 0x4, 0x0},
 
 		/* On-board ethernet */
 		{0x00, (0x0D << 3) | 0x0, {{L_PIRQB, M_PIRQB}, {0x00, 0x00}, {0x00, 0x00}, {0x00, 0x00}}, 0x0, 0x0},
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to