Browse Source

* added missing baudrates that were in 7.x already. Patch by Graeme, Mantis #23992

git-svn-id: trunk@23733 -
marco 12 years ago
parent
commit
744d45714d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/freebsd/termios.inc

+ 2 - 0
rtl/freebsd/termios.inc

@@ -190,6 +190,8 @@ CONST
         B76800  = 76800;
         B76800  = 76800;
         B115200 =115200;
         B115200 =115200;
         B230400 =230400;
         B230400 =230400;
+        B460800 =460800;
+        B921600 =921600;
         EXTA    = 19200;
         EXTA    = 19200;
         EXTB    = 38400;
         EXTB    = 38400;