forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/ps2_mouse.c, console/serial_mouse.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>
|
||||||
|
|
||||||
|
* console/ps2_mouse.c, console/serial_mouse.c: Remove all references to
|
||||||
|
console_reserve_resources and termios_reserve_resources.
|
||||||
|
|
||||||
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Do not use intermediate .rel files unless from libcpu or
|
* Makefile.am: Do not use intermediate .rel files unless from libcpu or
|
||||||
|
|||||||
@@ -543,12 +543,6 @@ static int psaux_init( void )
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void paux_reserve_resources(rtems_configuration_table *conf)
|
|
||||||
{
|
|
||||||
rtems_termios_reserve_resources(conf, 1);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* paux device driver INITIALIZE entry point.
|
* paux device driver INITIALIZE entry point.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -90,12 +90,6 @@ static int isr_is_on(const rtems_irq_connect_data *irq)
|
|||||||
return BSP_irq_enabled_at_i8259s(irq->name);
|
return BSP_irq_enabled_at_i8259s(irq->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
void serial_mouse_reserve_resources(rtems_configuration_table *conf)
|
|
||||||
{
|
|
||||||
rtems_termios_reserve_resources(conf, 1);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Serial Mouse - device driver INITIALIZE entry point.
|
* Serial Mouse - device driver INITIALIZE entry point.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user