Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/06/2005 21:34:37
Module Name: src
Committed By: dsl
Date: Sun Nov 6 21:34:37 UTC 2005
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Explicitly default the input baud rate (c_ispeed) to the output baud rate (c_ospeed)
instead of setting it to zero. Otherwise nothing ever sets it unless some code
explicitly changes the baud rate. For a serial console (in particular) we want
to use the baud rate set by the bios (or whatever) and used by theboot code.
This is the way it was before a 'new version of com driver' was added in 1997 (rev 1.99)
To generate a diff of this commit:
cvs rdiff -r1.236 -r1.237 src/sys/dev/ic/com.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.