Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 06/06/2003 10:07:08
Module Name:	src
Committed By:	scw
Date:		Fri Jun  6 10:07:08 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: db_interface.c

Log Message:
Modify db_{read,write}_bytes() to do a single 16- or 32-bit read/write if
'size' is 2 or 4 respectively.
This makes reading/writing hardware registers work as expected in all cases.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/arm/arm32/db_interface.c

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