mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-24 06:56:41 +00:00
commit
8b3dfdb14f
@ -3,7 +3,7 @@ env:
|
||||
|
||||
freebsd_12_task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-1
|
||||
image_family: freebsd-12-2
|
||||
install_script:
|
||||
- pkg install -y autoconf automake
|
||||
- ./package/setup-configure
|
||||
|
@ -86,6 +86,45 @@ BAUD baud[] = {
|
||||
{"3500000", 32},
|
||||
{"4000000", 33},
|
||||
#else /* FOR_CYCLADES_TS */
|
||||
# if defined(B4000000)
|
||||
{"4000000", B4000000},
|
||||
# endif
|
||||
# if defined(B3500000)
|
||||
{"3500000", B3500000},
|
||||
# endif
|
||||
# if defined(B3000000)
|
||||
{"3000000", B3000000},
|
||||
# endif
|
||||
# if defined(B2500000)
|
||||
{"2500000", B2500000},
|
||||
# endif
|
||||
# if defined(B2000000)
|
||||
{"2000000", B2000000},
|
||||
# endif
|
||||
# if defined(B1500000)
|
||||
{"1500000", B1500000},
|
||||
# endif
|
||||
# if defined(B1152000)
|
||||
{"1152000", B1152000},
|
||||
# endif
|
||||
# if defined(B1000000)
|
||||
{"1000000", B1000000},
|
||||
# endif
|
||||
# if defined(B921600)
|
||||
{"921600", B921600},
|
||||
# endif
|
||||
# if defined(B576000)
|
||||
{"576000", B576000},
|
||||
# endif
|
||||
# if defined(B500000)
|
||||
{"500000", B500000},
|
||||
# endif
|
||||
# if defined(B460800)
|
||||
{"460800", B460800},
|
||||
# endif
|
||||
# if defined(B230400)
|
||||
{"230400", B230400},
|
||||
# endif
|
||||
# if defined(B115200)
|
||||
{"115200", B115200},
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user