From e31836b6afc75a46bc84c602724605bd91691a3e Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 9 May 2008 14:00:57 +0000 Subject: [PATCH] This puts USB and eth2 on IRQ 11 (eth1 was already on IRQ 11). This makes the kernel much happier. As Marc suggested, having these devices all on the same IRQ seems to be fine. I've tested performance - I get 11MB/sec copying data from eth2 to eth1, as well as from eth2 to eth0 (which is on a different IRQ). That's 90% of wirespeed which is what I'd expect to see. Signed-off-by: Ward Vandewege Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@680 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/pcengines/alix2c3/irq_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboard/pcengines/alix2c3/irq_tables.h b/mainboard/pcengines/alix2c3/irq_tables.h index ed7fb436a5..c80567c7d0 100644 --- a/mainboard/pcengines/alix2c3/irq_tables.h +++ b/mainboard/pcengines/alix2c3/irq_tables.h @@ -26,7 +26,7 @@ #define PIRQA 9 #define PIRQB 10 #define PIRQC 11 -#define PIRQD 12 +#define PIRQD 11 /* Map */ #define M_PIRQA (1 << PIRQA) /* Bitmap of supported IRQs */