forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sh7750/sci/console.c: Remove all references to console_reserve_resources and termios_reserve_resources.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sh7750/sci/console.c: Remove all references to
|
||||
console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c,
|
||||
|
||||
@@ -181,23 +181,6 @@ console_last_close(int major, int minor, void *arg)
|
||||
return sh4uart_disable(&sh4_uarts[minor]);
|
||||
}
|
||||
|
||||
/* console_reserve_resources --
|
||||
* reserve termios resources for 2 UART channels
|
||||
*
|
||||
* PARAMETERS:
|
||||
* configuration -- pointer to the RTEMS configuration table
|
||||
*
|
||||
* RETURNS:
|
||||
* none
|
||||
*/
|
||||
void
|
||||
console_reserve_resources(rtems_configuration_table *configuration)
|
||||
{
|
||||
if ((console_mode != CONSOLE_MODE_RAW) &&
|
||||
(console_mode != CONSOLE_MODE_IPL))
|
||||
rtems_termios_reserve_resources (configuration, 2);
|
||||
}
|
||||
|
||||
/* console_initialize --
|
||||
* This routine initializes the console IO drivers and register devices
|
||||
* in RTEMS I/O system.
|
||||
|
||||
Reference in New Issue
Block a user