NetBSD/sys/arch/x86
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
..
conf Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI roots 2003-05-29 20:22:28 +00:00
include #ifdef _KERNEL_OPT police 2003-06-23 14:59:21 +00:00
isa Generalize bounce buffers, and use them for 32 bit PCI if needed. 2003-05-07 21:33:57 +00:00
pci Handle 64bit DMA addresses on PCI for platforms that can (currently only 2003-06-15 23:08:53 +00:00
x86 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00