Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 09/23/2005 23:22:57
Module Name:	src
Committed By:	uwe
Date:		Fri Sep 23 23:22:57 UTC 2005

Modified Files:
	src/sys/arch/sparc/sparc: autoconf.c intr.c msiiep.c msiiepreg.h
	    timer_msiiep.c

Log Message:
Introduce mspcic_{read,write}_N instead of using struct syntax.  This
is the first step to make PCIC run without byteswapping - which is
necessary for X server support.  Current macros are still just a
kludgy shim over struct syntax, but accesses to PCIC in the .c files
are now marked up properly.


To generate a diff of this commit:
cvs rdiff -r1.210 -r1.211 src/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -r1.88 -r1.89 src/sys/arch/sparc/sparc/intr.c
cvs rdiff -r1.25 -r1.26 src/sys/arch/sparc/sparc/msiiep.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/sparc/sparc/msiiepreg.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/sparc/sparc/timer_msiiep.c

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