summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-20 23:52:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-20 23:52:43 +0000
commit6bd0fe402d8911f2874cdf26f7e0f5155dfd071e (patch)
tree3034afcfdef6c22630cf96bfabff7b64d423a642
parentRemove many of the shall verbs and replaced them with present tense verbs (diff)
downloadrtems-6bd0fe402d8911f2874cdf26f7e0f5155dfd071e.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr>:
Compiled and booted without problem. However console was set on COM2. At least for 4.0 it should be video :-)
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c
index 74fc2e3957..a204283b9d 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console.c
@@ -56,7 +56,7 @@
* PC386_UART_COM2
*/
-int PC386ConsolePort = PC386_UART_COM2;
+int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
static int conSetAttr(int minor, const struct termios *);
extern BSP_polling_getchar_function_type BSP_poll_char;