diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2004-04-30 21:16:52 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2004-04-30 21:16:52 +0000 |
commit | c14039802334822a4159818e193f9e41eb2cca8e (patch) | |
tree | 644cd61e3cf523d53f642ccb76abc585b0edd1a8 /share/man | |
parent | a7f0f62fc064d21a3552570d4df9d35133baad13 (diff) | |
download | FreeBSD-src-c14039802334822a4159818e193f9e41eb2cca8e.zip FreeBSD-src-c14039802334822a4159818e193f9e41eb2cca8e.tar.gz |
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
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sio.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index 864714c..7905401 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -178,6 +178,8 @@ minor number of master port PPS timestamping on CTS instead of DCD .It 0x20000 device is assumed to use a 16650A-type (extended FIFO) chip +.It 0x400000 +If no comconsole found then mark as a comconsole .El .Pp Minor numbering: |