Subject: CVS commit: src/sys/arch/arm/s3c2xx0
To: None <source-changes@NetBSD.org>
From: Hiroyuki Bessho <bsh@netbsd.org>
List: source-changes
Date: 08/04/2003 12:28:51
Module Name:	src
Committed By:	bsh
Date:		Mon Aug  4 12:28:51 UTC 2003

Modified Files:
	src/sys/arch/arm/s3c2xx0: files.s3c2xx0 s3c2800reg.h s3c2xx0reg.h
	    sscom.c sscom_var.h

Log Message:
Samsung's S3C2800 and S3C24[10]0 CPUs have same built-in UART block,
but there are very small diffs in register definitions.  For that, add
new options SSCOM_S3C{2800,2410,2400} and include appropriate
s3c*reg.h.

SSCOM_S3C2410 is also needed for interrupt controller differences.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/s3c2xx0/files.s3c2xx0 \
    src/sys/arch/arm/s3c2xx0/sscom_var.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/arm/s3c2xx0/s3c2800reg.h \
    src/sys/arch/arm/s3c2xx0/s3c2xx0reg.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/arm/s3c2xx0/sscom.c

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