Subject: CVS commit: src/sys/arch/acorn26
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/30/2006 15:14:21
Module Name:	src
Committed By:	bjh21
Date:		Sat Sep 30 15:14:21 UTC 2006

Modified Files:
	src/sys/arch/acorn26/iobus: ioc.c iocvar.h
	src/sys/arch/acorn26/ioc: arckbd.c

Log Message:
Calls to bus_space_barrier() on acorn26 were very few and using constants that
were two generations obsolete.  Since they do nothing anyway, remove them
rather than trying to update them.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/acorn26/iobus/ioc.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/acorn26/iobus/iocvar.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/acorn26/ioc/arckbd.c

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