world - Change serial port default from 9600 to 115200
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 10 Jun 2020 21:00:28 +0000 (14:00 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 10 Jun 2020 21:00:28 +0000 (14:00 -0700)
commit0cf00aa20518db32408afaa6a6d4877f87b4cf6d
treea522d5b96961f3e44814167d0ae6a8205a3b25dc
parent2835c7cd898b37551840b2b8824ed42600a7bc68
world - Change serial port default from 9600 to 115200

* Long overdue change, all serial port defaults are now set to
  115200.

* NOTE: legacy BIOS boot0/boot1 use int 0x14 to set the serial
  console baud rate.  This BIOS call only supports up to 9600.
  But once you get into the boot loader it should be able to set
  the correct baud rate.
18 files changed:
etc/defaults/make.conf
etc/etc.x86_64/ttys
etc/rc.d/serial
etc/remote
libexec/getty/subr.c
libexec/getty/ttys.5
sbin/slattach/slattach.8
sbin/slattach/slattach.c
sbin/startslip/startslip.1
sbin/startslip/startslip.c
sys/boot/pc32/boot0/Makefile
sys/boot/pc32/boot2/Makefile
sys/boot/pc32/btx/btx/Makefile
sys/boot/pc32/libi386/Makefile
sys/boot/pc32/libi386/comconsole.c
sys/boot/pc32/loader/main.c
sys/ddb/db_output.c
sys/sys/ttydefaults.h