NetBSD/sys/dev/ofw
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
..
files.ofw pull in ofw_subr.c with openfirm so we can use stuff like of_compatible() 2007-01-08 06:43:09 +00:00
Makefile
ofbus.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
ofcons.c Pass correct argument to q_to_b(). 2009-05-29 20:10:39 +00:00
ofdisk.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
ofnet.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
ofrtc.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
ofw_network_subr.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
ofw_pci.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ofw_subr.c add another convenience function - of_get_mode_string() to extract a Sun-like 2009-11-11 16:56:52 +00:00
openfirm.h add another convenience function - of_get_mode_string() to extract a Sun-like 2009-11-11 16:56:52 +00:00
openfirmio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
openfirmio.h