CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/06/03 07:17:47
Modified files: sys/arch/i386/i386: bios.c sys/arch/i386/include: biosvar.h sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/libsa: bioscons.c cmd_i386.c exec_i386.c sys/arch/i386/stand/pxeboot: conf.c Log message: Add support for serial consoles at non-standard addresses. This implements a new "machine comaddr" command that makes it possible to configure the io port used to access the serial port. This can be used to use serial ports on a puc(4) device as serial console.