CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2022/06/27 07:03:32
Modified files: sys/dev/fdt : pluart_fdt.c sys/dev/ic : pluart.c pluartvar.h Log message: Allow the pluart(4) baud rate to be changed. It's most likely that users have the wrong baud rate in /etc/ttys as this was corrected in revision 1.11 of sys/dev/ic/pluart.c. Make sure to change the console baud rate from 38400 to 115200 in /etc/ttys before upgrading. ok visa@