forked from Imagelibrary/rtems
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/config.c: Spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* console/config.c: Spacing.
|
||||||
|
|
||||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
#include "m68360.h"
|
#include "m68360.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Based on BSP configuration information decide whether to do polling IO
|
* Based on BSP configuration information decide whether to do polling IO
|
||||||
* or interrupt driven IO.
|
* or interrupt driven IO.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NS16550_FUNCTIONS &ns16550_fns_polled
|
#define NS16550_FUNCTIONS &ns16550_fns_polled
|
||||||
#define MC68360_SCC_FUNCTIONS &mc68360_scc_fns
|
#define MC68360_SCC_FUNCTIONS &mc68360_scc_fns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user