From 9751c913835477b752d06672afbab33e7a5ee710 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Dec 2000 16:37:38 +0000 Subject: 2000-12-01 Joel Sherrill * pc386/console/console.c, pc386/console/serial_mouse.c, pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings. --- c/src/lib/libbsp/i386/shared/comm/tty_drv.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/i386/shared/comm/tty_drv.c') diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c index 98c60ff1c1..490260675f 100644 --- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c +++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c @@ -18,6 +18,13 @@ * MODIFICATION/HISTORY: * * $Log$ + * Revision 1.2 2000/10/18 16:10:50 joel + * 2000-10-18 Charles-Antoine Gauthier + * + * * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h: + * Add the ability to set parity, number of data bits and + * number of stop bits to the existing i386 serial drivers. + * * Revision 1.1 2000/08/30 08:18:56 joel * 2000-08-26 Rosimildo da Silva * @@ -352,6 +359,7 @@ conSetAttr(int port, int minor, const struct termios *t) case CS5: databits = CHR_5_BITS; break; case CS6: databits = CHR_6_BITS; break; case CS7: databits = CHR_7_BITS; break; + default: /* just to avoid warnings -- all cases are covered */ case CS8: databits = CHR_8_BITS; break; } -- cgit v1.2.3