summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/rtl22xx/console/uart.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2011-10-18 18:26:36 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2011-10-18 18:26:36 +0000
commitbdd3b6375bc2079f2095758d098383dd9fd6dbb3 (patch)
tree18c9434c157bd223eb40cd42a44e9ce5c569eaf8 /c/src/lib/libbsp/arm/rtl22xx/console/uart.c
parent2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-bdd3b6375bc2079f2095758d098383dd9fd6dbb3.tar.bz2
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps * Makefile.am, console/uart.c: Modifications to add dynamic tables for libchip serial drivers.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/console/uart.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/console/uart.c b/c/src/lib/libbsp/arm/rtl22xx/console/uart.c
index 63a9f672e1..fe83b88b38 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/console/uart.c
+++ b/c/src/lib/libbsp/arm/rtl22xx/console/uart.c
@@ -45,11 +45,7 @@ static void uart_write_polled(int minor, char c);
static int uart_set_attributes(int minor, const struct termios *t);
/* These are used by code in console.c */
-unsigned long Console_Port_Count = NUM_DEVS;
-console_data Console_Port_Data[NUM_DEVS];
-
-/* rtems console uses the following minor number */
-rtems_device_minor_number Console_Port_Minor = 0;
+unsigned long Console_Configuration_Count = NUM_DEVS;
/* Pointers to functions for handling the UART. */
console_fns uart_fns =
@@ -72,7 +68,7 @@ console_fns uart_fns =
* by console.c, but may be used by drivers in libchip
*
*/
-console_tbl Console_Port_Tbl[] = {
+console_tbl Console_Configuration_Ports[] = {
{
"/dev/console", /* sDeviceName */
SERIAL_CUSTOM, /* deviceType */