NetBSD/sys/arch/acorn32
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
..
acorn32 More setttb() -> cpu_setttb() for readability & consistency. Missing instances 2009-12-28 03:22:19 +00:00
compile
conf Bump the ramdisk size so that the contents fits again. 2010-01-13 14:24:58 +00:00
dev Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
doc
eb7500atx More setttb() -> cpu_setttb() for readability & consistency. Missing instances 2009-12-28 03:22:19 +00:00
include Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
mainbus use device_xname() 2009-05-12 07:07:44 +00:00
podulebus Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
stand Don't reset devices if booting an Iyonix. It's fine for acorn32 devices 2009-08-02 11:20:37 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00