Index: termiostty.c =================================================================== RCS file: /cvs/ecos/ecos/packages/io/serial/current/src/common/termiostty.c,v retrieving revision 1.9 diff -u -r1.9 termiostty.c --- termiostty.c 3 Sep 2006 17:32:31 -0000 1.9 +++ termiostty.c 30 Jan 2008 15:25:15 -0000 @@ -190,7 +190,7 @@ // map eCos bitrates to POSIX bitrates. static speed_t ecosbaud2posixbaud[] = { - 0, B50, B75, B110, B134, B150, B200, B300, B600, B1200, B2400, B3600, + 0, B50, B75, B110, B134, B150, B200, B300, B600, B1200, B1800, B2400, B3600, B4800, B7200, B9600, B14400, B19200, B38400, B57600, B115200, B230400 }; // map POSIX bitrates to eCos bitrates.