Subject: CVS commit: [gdamore-uart] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 06/17/2006 00:32:25
Module Name:	src
Committed By:	gdamore
Date:		Sat Jun 17 00:32:25 UTC 2006

Modified Files:
	src/sys/arch/algor/dev [gdamore-uart]: com_mainbus.c
	src/sys/arch/mips/alchemy/dev [gdamore-uart]: com_aubus.c
	src/sys/arch/mips/atheros/dev [gdamore-uart]: com_arbus.c

Log Message:
Undo the change to use COM_INIT_REGS, and instead use backwards compat
support.  For com_arbus and com_aubus, we have to set a new flag, COM_HW_REGMAP
to indicate that we have special mapping considerations so that com_attach_subr
doesn't clobber our register map.


To generate a diff of this commit:
cvs rdiff -r1.7.48.2 -r1.7.48.3 src/sys/arch/algor/dev/com_mainbus.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/alchemy/dev/com_aubus.c
cvs rdiff -r1.1.12.2 -r1.1.12.3 src/sys/arch/mips/atheros/dev/com_arbus.c

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