forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/comm/tty_drv.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>
|
||||
|
||||
* shared/comm/tty_drv.c: Remove all references to
|
||||
console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq.c: test for non-NULL-ness before calling
|
||||
|
||||
@@ -84,12 +84,6 @@ isr_is_on(const rtems_irq_connect_data *irq)
|
||||
return BSP_irq_enabled_at_i8259s(irq->name);
|
||||
}
|
||||
|
||||
void tty_reserve_resources(rtems_configuration_table *conf)
|
||||
{
|
||||
rtems_termios_reserve_resources(conf, 1);
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* TTYS1 - device driver INITIALIZE entry point.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user