From 744d45714d403a671b9f2035465897ec91a86801 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 8 Mar 2013 22:26:40 +0000 Subject: [PATCH] * added missing baudrates that were in 7.x already. Patch by Graeme, Mantis #23992 git-svn-id: trunk@23733 - --- rtl/freebsd/termios.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/freebsd/termios.inc b/rtl/freebsd/termios.inc index 9fa121f132..7befec911b 100644 --- a/rtl/freebsd/termios.inc +++ b/rtl/freebsd/termios.inc @@ -190,6 +190,8 @@ CONST B76800 = 76800; B115200 =115200; B230400 =230400; + B460800 =460800; + B921600 =921600; EXTA = 19200; EXTB = 38400;