CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2016/05/26 23:37:51
Modified files: sys/arch/amd64/stand/libsa: bioscons.c sys/arch/i386/stand/libsa: bioscons.c Log message: Modify com_init to match the com driver initializaiton, and add a short delay so that baud rate changes on the console have a chance of working. Lots of help from theo on this one. Makes my serial console on my APU work for an unattended reboot instead of hanging when garbage is echoed to the tty. ok deraadt@