NetBSD/sys/dev/pcmcia
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
..
aic_pcmcia.c Don't use the superfluous activation hook. 2009-11-12 19:24:06 +00:00
bluecardreg.h
bt3c.c Expand PMF_FN_* macros. 2010-01-08 19:53:10 +00:00
btbc.c Expand PMF_FN_* macros. 2010-01-08 19:53:10 +00:00
com_pcmcia.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
devlist2h.awk Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00
esp_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
fdc_pcmcia.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
files.pcmcia Remove esl(4) 2008-09-30 16:51:45 +00:00
if_an_pcmcia.c Invert logic around nested pmf(9) registrations for readability. 2009-09-05 14:44:59 +00:00
if_awi_pcmcia.c To ease a future device_t/softc split, se device_private() instead 2009-09-15 18:37:02 +00:00
if_cnw.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
if_cnwioctl.h
if_cnwreg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_cs_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
if_ep_pcmcia.c Replace shutdownhook_establish(9) with pmf_device_register1(9) in 2009-09-05 12:30:59 +00:00
if_mbe_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
if_ne_pcmcia.c convert to pmf 2010-01-02 01:42:49 +00:00
if_ray.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
if_rayreg.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
if_sm_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
if_tr_pcmcia.c Drop 3rd and 4th clauses. Approved by soren@ and Onno van der Linden 2009-10-22 18:47:56 +00:00
if_wi_pcmcia.c Invert logic around nested pmf(9) registrations for readability. 2009-09-05 14:44:59 +00:00
if_xi.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
if_xireg.h
if_xivar.h device_t/softc split. 2009-12-06 23:05:39 +00:00
isic_pcmcia_avm_fritz.c
isic_pcmcia_elsa_isdnmc.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
isic_pcmcia_elsa_mcall.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
isic_pcmcia_sbspeedstar2.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
isic_pcmcia.c Simplify device-activation hooks. 2009-12-06 23:05:06 +00:00
isic_pcmcia.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile
Makefile.pcmciadevs Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
mhzc.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
nca_pcmcia.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pcmcia_cis_quirks.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
pcmcia_cis.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
pcmciachip.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
pcmciadevs add a comment explaining how to regenerate pcmicadevs.h and pcmciadevs_data.h 2009-01-21 14:13:09 +00:00
pcmciadevs_data.h Regen. 2008-09-06 22:08:38 +00:00
pcmciadevs.h Regen. 2008-09-06 22:08:38 +00:00
pcmciareg.h
pcmciavar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
pcmcom.c device_t/softc split. 2009-12-06 23:05:39 +00:00
slhci_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
spc_pcmcia.c Remove superfluous activation hook. 2009-11-12 20:14:04 +00:00
wdc_pcmcia.c Remove superfluous activation hook. 2009-11-12 19:37:17 +00:00
xirc.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00