2011-11-06 Gedare Bloom <gedare@rtems.org>

* shared/console/conscfg.c: Give console port a name.
This commit is contained in:
Gedare Bloom
2011-11-06 20:01:01 +00:00
parent 65f2aeccab
commit 82c46f82cc
2 changed files with 5 additions and 1 deletions

View File

@@ -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> 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps PR 1917/bsps

View File

@@ -69,7 +69,7 @@ console_flow sun4v_console_console_flow={
console_tbl Console_Configuration_Ports[] = { console_tbl Console_Configuration_Ports[] = {
{ {
NULL, /* sDeviceName */ "/dev/ttyS0", /* sDeviceName */
SERIAL_CUSTOM, /* deviceType */ SERIAL_CUSTOM, /* deviceType */
&pooled_functions, /* pDeviceFns */ &pooled_functions, /* pDeviceFns */
NULL, /* deviceProbe, assume it is there */ NULL, /* deviceProbe, assume it is there */