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
esp_pcmcia.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
fdc_pcmcia.c
files.pcmcia
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
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
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
isic_pcmcia_elsa_mcall.c
isic_pcmcia_sbspeedstar2.c
isic_pcmcia.c Simplify device-activation hooks. 2009-12-06 23:05:06 +00:00
isic_pcmcia.h
Makefile
Makefile.pcmciadevs
mhzc.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
nca_pcmcia.c
pcmcia_cis_quirks.c
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
pcmciadevs_data.h
pcmciadevs.h
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