NetBSD/sys/arch/macppc
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
conf Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the 2010-01-18 23:40:06 +00:00
dev Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
include Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
macppc - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
pci ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
stand Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET. 2009-04-03 10:38:12 +00:00
Makefile Update path to the atheros HAL. 2009-08-07 18:48:38 +00:00