NetBSD/sys/arch/cobalt
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
cobalt Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
compile
conf Add pseudo-device ksyms. 2003-04-26 14:10:04 +00:00
dev Handle 64bit DMA addresses on PCI for platforms that can (currently only 2003-06-15 23:08:53 +00:00
include Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off 2003-06-25 17:24:21 +00:00
pci
stand Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off 2003-06-25 17:24:21 +00:00
Makefile
TODO