mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
a353ca89cd
interrupt mask hackery wasn't happening when being modloaded via the if_ppp lkm. It seems that the lkm system doesn't particularly like having two sets of load/unload/etc routines. :-] This really should be fixed by having a seperate if_ppp and ppp_tty lkm, but that requires that ppp_tty is loaded after if_ppp, and needs to be able to link with symbols in if_ppp. This gets messy, it is a better task for the in-kernel linker. (if_ppp is generic, ppp_tty is a tty-specific bottom end for if_ppp, it's not _too_ hard to have another "provider" (such as a hdlc sync card) connected to if_ppp) |
||
---|---|---|
.. | ||
bpf.c | ||
bpf.h | ||
bpf_compat.h | ||
bpf_filter.c | ||
bpfdesc.h | ||
bsd_comp.c | ||
ethernet.h | ||
fddi.h | ||
if.c | ||
if.h | ||
if_arp.h | ||
if_atm.h | ||
if_atmsubr.c | ||
if_disc.c | ||
if_dl.h | ||
if_ethersubr.c | ||
if_fddisubr.c | ||
if_llc.h | ||
if_loop.c | ||
if_media.c | ||
if_media.h | ||
if_mib.c | ||
if_mib.h | ||
if_ppp.c | ||
if_ppp.h | ||
if_pppvar.h | ||
if_sl.c | ||
if_slvar.h | ||
if_sppp.h | ||
if_spppsubr.c | ||
if_tun.c | ||
if_tun.h | ||
if_types.h | ||
if_var.h | ||
netisr.h | ||
ppp_comp.h | ||
ppp_defs.h | ||
ppp_tty.c | ||
radix.c | ||
radix.h | ||
raw_cb.c | ||
raw_cb.h | ||
raw_usrreq.c | ||
route.c | ||
route.h | ||
rtsock.c | ||
slcompress.c | ||
slcompress.h | ||
slip.h |