NetBSD/sys/arch/evbppc
pooka 10fe49d72c Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff.  ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
2010-01-19 22:06:18 +00:00
..
compile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
conf Fix interrupt number. 2009-12-24 09:29:36 +00:00
ev64260 Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
evbppc Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
explora - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
include If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD. 2009-11-23 13:40:08 +00:00
obs405 Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
pmppc Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
virtex Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
walnut - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
Makefile