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 <ward@gnu.org>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@680 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ward Vandewege 2008-05-09 14:00:57 +00:00
parent e21fe8215f
commit e31836b6af

View file

@ -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 */