NetBSD/sys/dev/dec
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
..
clockvar.h After the change from "struct device *" to "device_t", we now depend 2009-05-23 19:11:19 +00:00
dec_boot.h
dz.c Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
dzkbd.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
dzkbdvar.h
dzms.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
dzreg.h
dzvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
files.dec
if_le_dec.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
lk201_ws.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
lk201.h
lk201reg.h
lk201var.h
Makefile
mcclock_pad32.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
mcclock_pad32.h
mcclock.c Remove `volatile' qualifier from argument types of 2009-12-12 14:44:08 +00:00
mcclockvar.h Timecounter and generic todr support for pmax. From Garret D'Amore. 2008-01-03 23:02:24 +00:00
vsxxx.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
vsxxxvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
wskbdmap_lk201.c
wskbdmap_lk201.h