summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-06-04 06:43:01 +0000
committerdfr <dfr@FreeBSD.org>1998-06-04 06:43:01 +0000
commit42bfb0ad249e7cf16270c29043cc5f3a30cee657 (patch)
treecf3e10488511cad5d34ab9e42671a5d328bc8f94 /contrib
parent74e9afca63d14aec311117ed6198d6ce5cb7e152 (diff)
downloadFreeBSD-src-42bfb0ad249e7cf16270c29043cc5f3a30cee657.zip
FreeBSD-src-42bfb0ad249e7cf16270c29043cc5f3a30cee657.tar.gz
Add support for baudrates higher than 37800.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdb/gdb/ser-unix.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/gdb/gdb/ser-unix.c b/contrib/gdb/gdb/ser-unix.c
index a4a00e5..f5dbaa0 100644
--- a/contrib/gdb/gdb/ser-unix.c
+++ b/contrib/gdb/gdb/ser-unix.c
@@ -579,6 +579,18 @@ baudtab[] =
{9600, B9600},
{19200, B19200},
{38400, B38400},
+#ifdef B57600
+ {57600, B57600},
+#endif
+#ifdef B76800
+ {76800, B76800},
+#endif
+#ifdef B115200
+ {115200, B115200},
+#endif
+#ifdef B230400
+ {230400, B230400},
+#endif
{-1, -1},
};
OpenPOWER on IntegriCloud