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:
Joel Sherrill
2008-04-23 21:50:35 +00:00
parent 109adeb3ae
commit 52c07539fe
3 changed files with 5 additions and 12 deletions

View File

@@ -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>
* Makefile.am: Do not use intermediate .rel files unless from libcpu or

View File

@@ -543,12 +543,6 @@ static int psaux_init( void )
return 0;
}
void paux_reserve_resources(rtems_configuration_table *conf)
{
rtems_termios_reserve_resources(conf, 1);
return;
}
/*
* paux device driver INITIALIZE entry point.
*/

View File

@@ -90,12 +90,6 @@ static int isr_is_on(const rtems_irq_connect_data *irq)
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.
*/