Date: Fri, 30 Apr 2004 14:16:52 -0700 (PDT) From: Doug Ambrisko <ambrisko@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c Message-ID: <200404302116.i3ULGqD4051014@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ambrisko 2004/04/30 14:16:52 PDT
FreeBSD src repository
Modified files:
sys/conf NOTES options
share/man/man4 sio.4
sys/dev/sio sio.c
Log:
Some enhancements and bug fix.
- Define option FORCECONSPEED to force the serial console to
be CONSPEED. I've run into a lot of boards in which
the detect for prior speed doesn't work and ends up with
broken console since it is at the wrong speed.
- If a serial port is marked as a console, but console=vidconsole
and if the serial ports doesn't exist it will be probed and
attached at a 8250 chip. Then writes to that will freeze the
system.
- Add an option flags 0x400000 to mark this as a potential
comconsole in-case the one flaged with 0x10 does not exist
in the system.
This makes it easier to deploy on systems with one or two serial ports.
Obtained from: IronPort
Revision Changes Path
1.51 +2 -0 src/share/man/man4/sio.4
1.1223 +2 -0 src/sys/conf/NOTES
1.446 +1 -0 src/sys/conf/options
1.428 +77 -50 src/sys/dev/sio/sio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404302116.i3ULGqD4051014>
