NetBSD/sys/arch/atari
martin 719a906ef5 As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
2008-11-30 18:21:31 +00:00
..
atari As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
compile
conf Remove softdep, pass 1. We are focused on improving journalling. 2008-11-24 11:41:07 +00:00
dev To be safe, do not use DMA for Falcon - from Tuomo 2008-11-15 21:35:31 +00:00
include Remove bogus DEBUG uvm_map() calls - (sync with amiga pmap). From Tuomo 2008-11-15 21:30:50 +00:00
isa Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pci pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and 2008-05-30 19:26:35 +00:00
stand Since dl.d_type is always "unknown" now, pick the type of bootblock to 2008-11-15 21:33:12 +00:00
vme Unify splraiseipl(9) implementation among m68k ports, 2008-06-28 05:26:33 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00