forked from Imagelibrary/rtems
Fixed FPGA interrupt handling.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-02-08 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Fixed FPGA interrupt handling.
|
||||||
|
|
||||||
2007-02-05 Eric Norum <norume@aps.anl.gov>
|
2007-02-05 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* console/console.c: Enable RTS/CTS flow-control pins.
|
* console/console.c: Enable RTS/CTS flow-control pins.
|
||||||
|
|||||||
@@ -639,8 +639,6 @@ BSP_installVME_isr(unsigned long vector, BSP_VME_ISR_t handler, void *usrArg)
|
|||||||
MCF5282_INTC0_IMRL &= ~(MCF5282_INTC_IMRL_INT1 |
|
MCF5282_INTC0_IMRL &= ~(MCF5282_INTC_IMRL_INT1 |
|
||||||
MCF5282_INTC_IMRL_MASKALL);
|
MCF5282_INTC_IMRL_MASKALL);
|
||||||
setupDone = 1;
|
setupDone = 1;
|
||||||
handlerTab[vector].func = NULL;
|
|
||||||
handlerTab[vector].arg = NULL;
|
|
||||||
rtems_interrupt_catch(fpga_trampoline, FPGA_VECTOR, &old_handler);
|
rtems_interrupt_catch(fpga_trampoline, FPGA_VECTOR, &old_handler);
|
||||||
i = init_intc0_bit(FPGA_VECTOR);
|
i = init_intc0_bit(FPGA_VECTOR);
|
||||||
rtems_interrupt_enable(level);
|
rtems_interrupt_enable(level);
|
||||||
|
|||||||
Reference in New Issue
Block a user