Date: Tue, 3 Jun 1997 21:52:41 -0700 (PDT) From: Paul Traina <pst@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c sioreg.h Message-ID: <199706040452.VAA06972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
pst 1997/06/03 21:52:41 PDT Modified files: sys/i386/isa sio.c sioreg.h Log: If the boot blocks were using the serial port, read the system console speed using the boot blocks, instead of a hardcoded value stuck in the kernel. This way, you can have systems using the same kernel but different console speeds. Add a sysctl entry for changing the system console speed. Lock the user tty speed to match the system console speed. Nuke CONSPEED. Reviewed by: bde Revision Changes Path 1.170 +116 -7 src/sys/i386/isa/sio.c 1.9 +3 -4 src/sys/i386/isa/sioreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040452.VAA06972>