forked from Imagelibrary/rtems
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
* comm/tty_drv.c: Modified to support addition of parameter to ISRs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* comm/tty_drv.c: Modified to support addition of parameter to ISRs.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pci/pcibios.c: Reformatted.
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
* MODIFICATION/HISTORY:
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.7 2004/04/21 16:01:33 ralf
|
||||
* Remove duplicate white lines.
|
||||
*
|
||||
* Revision 1.6 2004/04/21 10:42:44 ralf
|
||||
* Remove stray white spaces.
|
||||
*
|
||||
@@ -98,6 +101,7 @@ static rtems_irq_connect_data tty1_isr_data =
|
||||
{
|
||||
BSP_UART_COM1_IRQ,
|
||||
BSP_uart_termios_isr_com1,
|
||||
0,
|
||||
isr_on,
|
||||
isr_off,
|
||||
isr_is_on};
|
||||
@@ -109,6 +113,7 @@ static rtems_irq_connect_data tty2_isr_data =
|
||||
{
|
||||
BSP_UART_COM2_IRQ,
|
||||
BSP_uart_termios_isr_com2,
|
||||
0,
|
||||
isr_on,
|
||||
isr_off,
|
||||
isr_is_on};
|
||||
|
||||
Reference in New Issue
Block a user