NetBSD/sys/arch/arm26
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
..
arm26 Remove printf from pmap_clear_modify; it triggers too often. 2001-11-18 15:57:23 +00:00
compile
conf cleanup: 2001-11-20 12:56:17 +00:00
include db_interface.c: 2001-11-16 14:39:30 +00:00
iobus In ioc_attach(), use ioc_irq_setmask() and ioc_fiq_setmask() rather than 2001-08-25 17:59:38 +00:00
ioc Small debugging improvements. 2001-11-07 19:53:19 +00:00
podulebus Use int_off_save and int_restore rather than int_off and int_on. 2001-08-20 23:28:05 +00:00
stand Work around <bsd.lib.mk> used for kernel libs in other places. Clean up 2001-11-14 23:01:13 +00:00
vidc Also make it return something. See, Ben, you _do_ need to test every change. 2001-06-30 16:20:37 +00:00
Makefile