Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 06/05/2003 13:40:39
Module Name:	src
Committed By:	scw
Date:		Thu Jun  5 13:40:39 UTC 2003

Modified Files:
	src/sys/dev/ic: com.c comreg.h comvar.h

Log Message:
Add support, via a kernel config file option, for the 16550-compatible
com ports found on Intel PXA2x0 processors.

Re-arrange the code which detects the FIFO configuration to defer
printing until _after_ com_fifo is cleared. Some supposedly compatible
chips clear the Tx/Rx FIFOs when this happens, resulting in previous
output being lost.


To generate a diff of this commit:
cvs rdiff -r1.207 -r1.208 src/sys/dev/ic/com.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/comreg.h
cvs rdiff -r1.43 -r1.44 src/sys/dev/ic/comvar.h

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