NetBSD/sys/arch/alpha
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
..
a12 Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
alpha Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
common
compile
conf if_ade doesn't build, suggesting nobody has tried to do anything 2010-01-18 17:53:35 +00:00
eisa
include Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all 2009-12-11 05:52:03 +00:00
isa
jensenio - Use lwp_getpcb() on Alpha. 2009-11-21 05:35:40 +00:00
mcbus
pci Fix incorrect Acer Labs ID. PCI_PRODUCT_ALI_M1543 had been incorrectly 2010-01-12 20:24:45 +00:00
sableio Cleanup interrupt establish error messages. Do not mix 2009-12-04 11:13:04 +00:00
stand Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). 2009-10-21 23:12:09 +00:00
tc
tlsb
Makefile
STYLE