SMC91111: updated to use shared IRQ service

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
This commit is contained in:
Daniel Hellstrom
2012-04-05 10:23:16 -05:00
committed by Joel Sherrill
parent c500cbc384
commit 0f04edd9cc
4 changed files with 15 additions and 20 deletions

View File

@@ -13,9 +13,9 @@
scmv91111_configuration_t leon_scmv91111_configuration = {
SMC91111_BASE_ADDR, /* base address */
LEON_TRAP_TYPE (SMC91111_BASE_IRQ), /* vector number */
SMC91111_BASE_IRQ, /* IRQ number (on LEON vector is irq) */
SMC91111_BASE_PIO, /* PIO */
100, /* 100b */
100, /* 100b */
1, /* fulldx */
1 /* autoneg */
};