forked from Imagelibrary/rtems
2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Disable call to rtems_interrupt_catch until it is fixed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Disable call to rtems_interrupt_catch until it is
|
||||
fixed.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
|
||||
@@ -733,10 +733,14 @@ sccInitialize (int chan)
|
||||
rtems_isr_entry old_handler;
|
||||
rtems_status_code sc;
|
||||
|
||||
#if 0
|
||||
sc = rtems_interrupt_catch (sccInterruptHandler,
|
||||
m8xx_console_chan_desc[chan].ivec_src
|
||||
| (m8xx.cicr & 0xE0),
|
||||
&old_handler);
|
||||
#endif
|
||||
#warning "Redo interrupt installation"
|
||||
printk( "Redo interrupt installation" );
|
||||
CHN_MASK_SET(chan,3); /* Enable TX and RX interrupts */
|
||||
m8xx.cimr |= m8xx_console_chan_desc[chan].ireg_mask; /* Enable interrupts */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user