CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 06:51:34
Modified files:
sys/net : if.c if_ethersubr.c if_pppx.c netisr.h pipex.c
pipex_local.h
Log message:
Remove all splnet/splx from pipex(4) and pppx(4) and replace some of
them by NET_LOCK/NET_UNLOCK. Also make the timeout for pipex_timer
run with a thread context and replace pipex softintr by NETISR_PIPEX.
ok mpi
