summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2011-11-06 20:01:01 +0000
committerGedare Bloom <gedare@rtems.org>2011-11-06 20:01:01 +0000
commit82c46f82cca5dfaacee13a881f7d15778cf1012c (patch)
treefbfebd394a133c7731346a6ee4ec1f8113d0bada /c
parent2011-11-06 Gedare Bloom <gedare@rtems.org> (diff)
downloadrtems-82c46f82cca5dfaacee13a881f7d15778cf1012c.tar.bz2
2011-11-06 Gedare Bloom <gedare@rtems.org>
* shared/console/conscfg.c: Give console port a name.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc64/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc64/shared/console/conscfg.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc64/ChangeLog b/c/src/lib/libbsp/sparc64/ChangeLog
index ab030d1c83..6e76287cfa 100644
--- a/c/src/lib/libbsp/sparc64/ChangeLog
+++ b/c/src/lib/libbsp/sparc64/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-06 Gedare Bloom <gedare@rtems.org>
+
+ * shared/console/conscfg.c: Give console port a name.
+
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps
diff --git a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
index 59fa53d0ad..84a12043fd 100644
--- a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
+++ b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
@@ -69,7 +69,7 @@ console_flow sun4v_console_console_flow={
console_tbl Console_Configuration_Ports[] = {
{
- NULL, /* sDeviceName */
+ "/dev/ttyS0", /* sDeviceName */
SERIAL_CUSTOM, /* deviceType */
&pooled_functions, /* pDeviceFns */
NULL, /* deviceProbe, assume it is there */