Home | History | Annotate | Line # | Download | only in conf
DEJIKO revision 1.33
      1  1.33  uebayasi # 	$NetBSD: DEJIKO,v 1.33 2015/08/21 01:52:08 uebayasi Exp $
      2   1.1    tsubai #
      3   1.3    tsubai #	Dejiko's sekai-seifuku NEWS5000 nyo.
      4   1.1    tsubai 
      5   1.1    tsubai include		"arch/newsmips/conf/std.newsmips"
      6   1.6    atatat 
      7   1.6    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8   1.1    tsubai 
      9   1.1    tsubai maxusers	16
     10   1.1    tsubai 
     11   1.1    tsubai options 	news5000
     12   1.3    tsubai options 	MIPS3			# R4x00 support
     13   1.3    tsubai options 	CPU_SINGLE		# no I/O processor
     14   1.1    tsubai 
     15   1.1    tsubai # Debugging options
     16   1.1    tsubai options 	DDB			# kernel dynamic debugger
     17  1.33  uebayasi pseudo-device	ksyms
     18   1.1    tsubai options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     19   1.1    tsubai #options 	DEBUG			# extra kernel debugging support
     20   1.1    tsubai options 	DIAGNOSTIC		# extra kernel sanity checking
     21   1.8     lukem options 	USERCONF		# userconf(4) support
     22  1.11    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     23   1.1    tsubai 
     24   1.3    tsubai # Filesystem options
     25   1.3    tsubai file-system	FFS			# Berkeley Fast Filesystem
     26   1.3    tsubai file-system	MFS			# memory-based filesystem
     27   1.3    tsubai file-system	NFS			# Sun NFS-compatible filesystem client
     28   1.3    tsubai file-system	PROCFS			# /proc
     29   1.3    tsubai file-system	CD9660			# ISO 9660 + Rock Ridge file system
     30  1.19  christos #file-system	PTYFS		# /dev/pts/N support
     31  1.20   tsutsui options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
     32   1.3    tsubai 
     33   1.3    tsubai # Networking options
     34   1.3    tsubai options 	INET			# Internet protocols
     35   1.3    tsubai options 	IPFILTER_LOG		# ipmon(8) log support
     36  1.23  christos options 	IPFILTER_LOOKUP	# ippool(8) support
     37  1.28       mrg options 	IPFILTER_COMPAT # Compat for IP-Filter
     38  1.28       mrg #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     39   1.3    tsubai options 	NFS_BOOT_BOOTPARAM
     40   1.3    tsubai options 	NFS_BOOTPARAM_NOGATEWAY
     41   1.3    tsubai 
     42  1.31     alnsn # JIT compiler for bpfilter
     43  1.31     alnsn #options	SLJIT
     44  1.31     alnsn #options	BPFJIT
     45  1.31     alnsn 
     46   1.1    tsubai # Compatibility options
     47   1.1    tsubai options 	COMPAT_43		# compatibility with 4.3BSD binaries
     48  1.32  dholland options 	COMPAT_14		# NetBSD 1.4,
     49  1.32  dholland options 	COMPAT_15		# NetBSD 1.5,
     50  1.32  dholland options 	COMPAT_16		# NetBSD 1.6,
     51  1.32  dholland options 	COMPAT_20		# NetBSD 2.0,
     52  1.32  dholland options 	COMPAT_30		# NetBSD 3.0, and
     53  1.25   tsutsui options 	COMPAT_40		# NetBSD 4.0 binary compatibility
     54  1.12  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     55   1.1    tsubai 
     56   1.3    tsubai # wscons options
     57   1.3    tsubai options 	WSEMUL_VT100		# VT100 / VT220 emulation
     58  1.30       abs options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     59   1.3    tsubai options 	FONT_GALLANT12x22
     60   1.1    tsubai 
     61   1.3    tsubai config	netbsd root on ? type ?
     62   1.1    tsubai 
     63   1.1    tsubai mainbus0 at root
     64   1.1    tsubai 
     65   1.1    tsubai cpu0	at mainbus0
     66   1.1    tsubai ap0	at mainbus0
     67   1.1    tsubai 
     68   1.1    tsubai mkclock* at ap?
     69   1.1    tsubai sn*	at ap?				# SONIC Ethernet
     70   1.3    tsubai tlp*	at ap?
     71   1.3    tsubai dmac*	at ap?
     72   1.3    tsubai spifi*	at ap?				# SPIFI SCSI
     73   1.3    tsubai zsc0	at ap?				# ESCC
     74   1.1    tsubai zstty0	at zsc0 channel 0		# tty00
     75   1.1    tsubai zstty1	at zsc0 channel 1		# tty01
     76   1.1    tsubai 
     77   1.3    tsubai xafb*	at ap?
     78   1.3    tsubai kb0	at ap?
     79   1.3    tsubai ms0	at ap?
     80   1.3    tsubai 
     81   1.3    tsubai wsdisplay* at xafb? console ?
     82   1.3    tsubai wskbd*	at kb? console ?
     83   1.3    tsubai wsmouse* at ms?
     84   1.3    tsubai 
     85   1.3    tsubai scsibus* at spifi?
     86   1.3    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
     87   1.3    tsubai cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     88   1.3    tsubai 
     89   1.1    tsubai pseudo-device	loop			# loopback interface; required
     90   1.3    tsubai pseudo-device	ipfilter		# ip filter
     91  1.21    rpaulo pseudo-device	bpfilter		# Berkeley Packet Filter
     92  1.22      cube pseudo-device	vnd			# disk-like interface to files
     93   1.2  jdolecek pseudo-device	pty			# pseudo-terminals
     94   1.7     lukem pseudo-device	clockctl		# user control of clock subsystem
     95  1.27     pooka #pseudo-device	fss			# file system snapshot device
     96