NetBSD/sys/arch/hp700
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 Simplify. 2009-12-27 14:54:24 +00:00
dev Don't panic when bus_space_map fails. Just report and error and carry on. 2010-01-17 08:33:54 +00:00
gsc Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
hp700 Count interrupts in uvmexp. 2010-01-16 07:38:56 +00:00
include Simplify 2010-01-16 13:49:11 +00:00
stand Delete extra '('. PR 42528 2009-12-27 13:55:13 +00:00
Makefile