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

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 10 14:02:39 PDT 2020


commit 0cf00aa20518db32408afaa6a6d4877f87b4cf6d
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/0cf00aa20518db32408afaa6a6d4877f87b4cf6d


-- 
DragonFly BSD source repository


More information about the Commits mailing list