forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h, mpc8260/console-generic/console-generic.c, mpc8260/include/console.h, mpc8xx/console-generic/console-generic.c, mpc8xx/include/console.h: Remove all references to console_reserve_resources and termios_reserve_resources.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h,
|
||||||
|
mpc8260/console-generic/console-generic.c, mpc8260/include/console.h,
|
||||||
|
mpc8xx/console-generic/console-generic.c, mpc8xx/include/console.h:
|
||||||
|
Remove all references to console_reserve_resources and
|
||||||
|
termios_reserve_resources.
|
||||||
|
|
||||||
2008-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2008-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* README:
|
* README:
|
||||||
|
|||||||
@@ -170,14 +170,6 @@ m5xx_uart_pollWrite(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
m5xx_uart_reserve_resources(
|
|
||||||
rtems_configuration_table *configuration
|
|
||||||
)
|
|
||||||
{
|
|
||||||
rtems_termios_reserve_resources (configuration, NUM_PORTS);
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
m5xx_uart_setAttributes(
|
m5xx_uart_setAttributes(
|
||||||
int minor,
|
int minor,
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/termiostypes.h>
|
#include <rtems/termiostypes.h>
|
||||||
|
|
||||||
void m5xx_uart_reserve_resources(rtems_configuration_table *configuration);
|
|
||||||
void m5xx_uart_initialize(int minor);
|
void m5xx_uart_initialize(int minor);
|
||||||
|
|
||||||
/* Termios callbacks */
|
/* Termios callbacks */
|
||||||
|
|||||||
@@ -99,7 +99,6 @@ static rtems_isr_entry old_handler[NUM_PORTS];
|
|||||||
/*
|
/*
|
||||||
* Device-specific routines
|
* Device-specific routines
|
||||||
*/
|
*/
|
||||||
void m8xx_console_reserve_resources(rtems_configuration_table *);
|
|
||||||
static int m8xx_smc_set_attributes(int, const struct termios*);
|
static int m8xx_smc_set_attributes(int, const struct termios*);
|
||||||
static int m8xx_scc_set_attributes(int, const struct termios*);
|
static int m8xx_scc_set_attributes(int, const struct termios*);
|
||||||
static rtems_isr m8xx_smc1_interrupt_handler(rtems_irq_hdl_param unused);
|
static rtems_isr m8xx_smc1_interrupt_handler(rtems_irq_hdl_param unused);
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
void m8xx_uart_reserve_resources(rtems_configuration_table *configuration);
|
|
||||||
void m8xx_uart_initialize(void);
|
void m8xx_uart_initialize(void);
|
||||||
void m8xx_uart_interrupts_initialize(void);
|
void m8xx_uart_interrupts_initialize(void);
|
||||||
void m8xx_uart_scc_initialize (int minor);
|
void m8xx_uart_scc_initialize (int minor);
|
||||||
|
|||||||
@@ -91,7 +91,6 @@ struct rtems_termios_tty *ttyp[NUM_PORTS];
|
|||||||
*/
|
*/
|
||||||
static int m8xx_get_brg_cd(int);
|
static int m8xx_get_brg_cd(int);
|
||||||
static unsigned char m8xx_get_brg_clk(int);
|
static unsigned char m8xx_get_brg_clk(int);
|
||||||
void m8xx_console_reserve_resources(rtems_configuration_table *);
|
|
||||||
static int m8xx_smc_set_attributes(int, const struct termios*);
|
static int m8xx_smc_set_attributes(int, const struct termios*);
|
||||||
static int m8xx_scc_set_attributes(int, const struct termios*);
|
static int m8xx_scc_set_attributes(int, const struct termios*);
|
||||||
static void m8xx_smc1_interrupt_handler(void *unused);
|
static void m8xx_smc1_interrupt_handler(void *unused);
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
void m8xx_uart_reserve_resources(rtems_configuration_table *configuration);
|
|
||||||
void m8xx_uart_initialize(void);
|
void m8xx_uart_initialize(void);
|
||||||
void m8xx_uart_interrupts_initialize(void);
|
void m8xx_uart_interrupts_initialize(void);
|
||||||
void m8xx_uart_scc_initialize (int minor);
|
void m8xx_uart_scc_initialize (int minor);
|
||||||
|
|||||||
Reference in New Issue
Block a user