NetBSD/sys/arch/acorn26
bjh21 e9030bd381 Move over to using the standard ARM bus_space implementation on acorn26.
This is more flexible than the old acorn26 bus_space, which means that single
read/write operations are slower, but multi and region operations have the
potential to be faster, and particularly insane podules might be supportable.
In theory the acorn32 mainbus and podulebus code ought to be shareable, but
acorn26 needs the extra overhead of saving R14_svc on some operations so
I've made my own version for now.  Also the acorn32 bus_spaces are a mess.
2006-09-30 16:30:10 +00:00
..
acorn26 Move over to using the standard ARM bus_space implementation on acorn26. 2006-09-30 16:30:10 +00:00
compile
conf Move over to using the standard ARM bus_space implementation on acorn26. 2006-09-30 16:30:10 +00:00
include Move over to using the standard ARM bus_space implementation on acorn26. 2006-09-30 16:30:10 +00:00
iobus Move over to using the standard ARM bus_space implementation on acorn26. 2006-09-30 16:30:10 +00:00
ioc Calls to bus_space_barrier() on acorn26 were very few and using constants that 2006-09-30 15:14:21 +00:00
podulebus Move over to using the standard ARM bus_space implementation on acorn26. 2006-09-30 16:30:10 +00:00
stand Silly error: xos_cli() should call XOS_CLI, not OS_CLI. 2006-07-20 23:35:20 +00:00
vidc Add an extra cookie to the ioctl and mmap wsdisplay accessops that points 2006-04-12 19:38:22 +00:00
Makefile