NetBSD/sys/arch/newsmips/dev
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
..
dmac_0448.h Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
fb.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
hb.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
hbvar.h Normalize my licenses. 2008-05-14 13:29:27 +00:00
if_le.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
kb_hb.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
mkclock_hb.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ms_hb.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
sc_wrap.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
screg_1185.h Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
scsi_1185.c Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
scsireg.h Split device_t/softc, with misc cleanup. 2008-04-09 15:40:30 +00:00
zs_hb.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
zs.c use device_lookup_private to get softc 2008-06-13 12:25:37 +00:00