Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/14/2003 16:25:54
Module Name:	src
Committed By:	thorpej
Date:		Sat Jun 14 16:25:54 UTC 2003

Modified Files:
	src/sys/arch/arm/xscale: pxa2x0_com.c
	src/sys/dev/ic: com.c comvar.h

Log Message:
Introduce a new "type" field in the softc which is used to indicate
the general UART type.  Currently, we have "normal", "hayesp" and
"pxa2x0" types.  Replace the corresponding hw flags with the new type
values.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/xscale/pxa2x0_com.c
cvs rdiff -r1.208 -r1.209 src/sys/dev/ic/com.c
cvs rdiff -r1.44 -r1.45 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.