NetBSD/sys/arch/vax
thorpej e03e9e8086 Rather than starting init and creating kthreads by forking and then
doing a cpu_set_kpc(), just pass the entry point and argument all
the way down the fork path starting with fork1().  In order to
avoid special-casing the normal fork in every cpu_fork(), MI code
passes down child_return() and the child process pointer explicitly.

This fixes a race condition on multiprocessor systems; a CPU could
grab the newly created processes (which has been placed on a run queue)
before cpu_set_kpc() would be performed.
2000-05-28 05:48:59 +00:00
..
bi Implement bi_intr_establish(). Add some fields about which CPU to interrupt. 2000-03-26 11:41:25 +00:00
boot Fake success when trying to use the strategy() routine on a network device. 2000-05-26 20:18:57 +00:00
compile
conf Sync closer to GENERIC. 2000-05-17 21:19:49 +00:00
consolerl
floppy
if Remove RPB hook from here and put in autoconf.c 2000-05-22 15:34:05 +00:00
include Write kvtopte() and kvtophys() as inline assembler. GCC create quite bad 2000-05-27 21:17:06 +00:00
mba boot detection moved autoconf.c; remove it from here. 2000-05-23 21:36:43 +00:00
uba Only map in map registers and the I/O page if they are not mapped in already. 2000-05-27 21:44:35 +00:00
vax Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
vsa Growel out the SCSI BUS ID from NVRAM instead of hard-code it. 2000-05-27 10:12:45 +00:00
Makefile