]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the boot blocks were using the serial port, read the system console
authorPaul Traina <pst@FreeBSD.org>
Wed, 4 Jun 1997 04:52:40 +0000 (04:52 +0000)
committerPaul Traina <pst@FreeBSD.org>
Wed, 4 Jun 1997 04:52:40 +0000 (04:52 +0000)
commit2334749d02896ac42e9069ddbf3a21a2ea827e79
treecb550e98f2acc9350f303d69a0e393012486bcd4
parentef99a93f4e49e72980341ce0e7144ee2c3ad39fd
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
sys/dev/sio/sio.c
sys/dev/sio/sioreg.h
sys/i386/isa/sio.c
sys/i386/isa/sioreg.h
sys/isa/sio.c
sys/isa/sioreg.h