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

Modified Files:
	src/sys/dev/ic [gdamore-uart]: com.c comvar.h

Log Message:
Yes, I'm restoring COM_INIT_REGS and removing the compatibility #define's
for sc_iot and friends.  Those defines break things, like say ast.c, where
comvar.h is included, but a local sc_iot structure member is also used.


To generate a diff of this commit:
cvs rdiff -r1.244.2.4 -r1.244.2.5 src/sys/dev/ic/com.c
cvs rdiff -r1.52.2.4 -r1.52.2.5 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.