NetBSD/sys/arch/arm
lukem 03aef4723c cleanup:
options SPACE TAB
	makeoptions TAB
	psuedo-device TAB
	remove trailing whitespace
	replace multiple spaces -> tabs
	options "FOO" -> options FOO
	options "FOO=bar" -> options FOO=bar
	options "FOO=\"bar\"" -> options FOO="\"bar\""
2001-11-20 12:56:17 +00:00
..
arm Add a "cpwait" cpufunc, currently a nullop on all but XScale. 2001-11-19 18:40:15 +00:00
arm32 Correct comment to avoid confusion, it really means 32 bits not 32 bites. 2001-11-20 00:22:33 +00:00
conf cleanup: 2001-11-20 12:56:17 +00:00
footbridge Add stubs for mmap to footbridge, must implement proper mmap real soon. 2001-09-10 23:05:19 +00:00
include Implement pmap_update(). Currently it just calls cpu_cpwait(), 2001-11-19 18:41:32 +00:00
iomd Sad point .... remove RC7500 support from the iomd directory in the 2001-10-17 23:28:19 +00:00
mainbus
sa11x0 - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
xscale Add a comment explaining that we expect the memory controller 2001-11-10 23:14:51 +00:00
Makefile