summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include/proc.h
blob: 3bb8f98594de5d7fb13e5eaf3117aeb8ad3bf472 (plain)
1
2
3
/*	$NetBSD: proc.h,v 1.5 2001/09/04 07:12:28 simonb Exp $	*/

#include <mips/proc.h>
'>2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka module which is linked into the kernel and cannot be unloaded. The main purpose is to get the proper constructors run and create any /dev nodes necessary for said component. Once more of the kernel (e.g. networking stack and device drivers) are converted to MODULE and devfs pops up from somewhere, rump components can be retired. 2010-01-26let attach via module spacepooka 2010-01-19Add bpf rump component (and put in some wscons stuff i forgot to earlier).pooka