git: DragonFly_RELEASE_5_8 world - Change serial port default from 9600 to 115200

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 10 14:03:19 PDT 2020


commit 17b7c4e270142fe68d402dd819df543231888853
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jun 10 14:00:28 2020 -0700

    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.

Summary of changes:
 etc/defaults/make.conf             |  3 +--
 etc/etc.x86_64/ttys                | 10 +++++-----
 etc/rc.d/serial                    |  6 +++---
 etc/remote                         | 20 ++++++++++----------
 libexec/getty/subr.c               |  4 ++++
 libexec/getty/ttys.5               |  4 ++--
 sbin/slattach/slattach.8           |  2 +-
 sbin/slattach/slattach.c           |  2 +-
 sbin/startslip/startslip.1         |  2 +-
 sbin/startslip/startslip.c         |  2 +-
 sys/boot/pc32/boot0/Makefile       |  7 +++++--
 sys/boot/pc32/boot2/Makefile       |  2 +-
 sys/boot/pc32/btx/btx/Makefile     |  2 +-
 sys/boot/pc32/libi386/Makefile     |  2 +-
 sys/boot/pc32/libi386/comconsole.c |  2 +-
 sys/boot/pc32/loader/main.c        |  4 ++--
 sys/ddb/db_output.c                |  2 +-
 sys/sys/ttydefaults.h              |  2 +-
 18 files changed, 42 insertions(+), 36 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17b7c4e270142fe68d402dd819df543231888853


-- 
DragonFly BSD source repository


More information about the Commits mailing list