Subject: CVS commit: src/sys/arch/i386/stand/lib
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/11/2005 22:25:09
Module Name:	src
Committed By:	dsl
Date:		Fri Nov 11 22:25:09 UTC 2005

Modified Files:
	src/sys/arch/i386/stand/lib: comio_direct.c comio_direct.h pcio.c

Log Message:
Make a baud rate of zero cause the baud rate divisor be read and converted
to the current baud rate.
That way we use the same baud rate as the system BIOS (or whatever).
Rather useful for pxeboot.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/stand/lib/comio_direct.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/stand/lib/comio_direct.h
cvs rdiff -r1.19 -r1.20 src/sys/arch/i386/stand/lib/pcio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.