mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
e21fe8215f
commit
e31836b6af
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue