NetBSD/sys/arch/acorn26
bjh21 a9e02c7638 Correctly calculate fault addresses for instructions like:
ldr	rX, [rY, rZ, ror #16]
and even:
	ldr	rX, [rY, rZ, rrx]
Why anyone would want such an instruction is beyond me, but it's nice not to
panic if they do.  Also this makes regress/sys/arch/arm/abort-fixup pass.
2006-10-14 20:39:21 +00:00
..
acorn26 Correctly calculate fault addresses for instructions like: 2006-10-14 20:39:21 +00:00
compile
conf remove MALLOC_NOINLINE, it doesn't do anything anymore. 2006-10-02 03:28:29 +00:00
include Make setsoftnet() into a macro, which seems to be the usual approach on systems 2006-10-07 20:58:00 +00:00
iobus Timecounter support for acorn26, using IOC timer 0 and a bit of trickery. 2006-10-04 23:40:00 +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