Home | History | Annotate | Line # | Download | only in conf
DEJIKO revision 1.8.6.7
      1  1.8.6.7     skrll # 	$NetBSD: DEJIKO,v 1.8.6.7 2005/03/04 16:38:59 skrll 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.1    tsubai options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     18      1.1    tsubai #options 	DEBUG			# extra kernel debugging support
     19      1.1    tsubai options 	DIAGNOSTIC		# extra kernel sanity checking
     20      1.8     lukem options 	USERCONF		# userconf(4) support
     21  1.8.6.1     skrll #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     22      1.1    tsubai 
     23      1.3    tsubai # Filesystem options
     24      1.3    tsubai file-system	FFS			# Berkeley Fast Filesystem
     25      1.3    tsubai file-system	MFS			# memory-based filesystem
     26      1.3    tsubai file-system	NFS			# Sun NFS-compatible filesystem client
     27      1.3    tsubai file-system	PROCFS			# /proc
     28      1.3    tsubai file-system	CD9660			# ISO 9660 + Rock Ridge file system
     29  1.8.6.7     skrll options 	FFS_NO_SNAPSHOT	# No FFS snapshots
     30      1.3    tsubai 
     31      1.3    tsubai # Networking options
     32      1.3    tsubai options 	INET			# Internet protocols
     33      1.3    tsubai options 	IPFILTER_LOG		# ipmon(8) log support
     34      1.3    tsubai options 	NFS_BOOT_BOOTPARAM
     35      1.3    tsubai options 	NFS_BOOTPARAM_NOGATEWAY
     36      1.3    tsubai 
     37      1.1    tsubai # Compatibility options
     38      1.1    tsubai options 	COMPAT_43		# compatibility with 4.3BSD binaries
     39      1.1    tsubai options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     40  1.8.6.1     skrll options 	COMPAT_16		# NetBSD 1.6 binary compatibility
     41  1.8.6.5     skrll options 	COMPAT_20		# NetBSD 2.0 binary compatibility
     42  1.8.6.4     skrll options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     43      1.1    tsubai 
     44      1.3    tsubai # wscons options
     45      1.3    tsubai options 	WSEMUL_VT100		# VT100 / VT220 emulation
     46      1.3    tsubai options 	FONT_GALLANT12x22
     47      1.1    tsubai 
     48      1.3    tsubai config	netbsd root on ? type ?
     49      1.1    tsubai 
     50      1.1    tsubai mainbus0 at root
     51      1.1    tsubai 
     52      1.1    tsubai cpu0	at mainbus0
     53      1.1    tsubai ap0	at mainbus0
     54      1.1    tsubai 
     55      1.1    tsubai mkclock* at ap?
     56      1.1    tsubai sn*	at ap?				# SONIC Ethernet
     57      1.3    tsubai tlp*	at ap?
     58      1.3    tsubai dmac*	at ap?
     59      1.3    tsubai spifi*	at ap?				# SPIFI SCSI
     60      1.3    tsubai zsc0	at ap?				# ESCC
     61      1.1    tsubai zstty0	at zsc0 channel 0		# tty00
     62      1.1    tsubai zstty1	at zsc0 channel 1		# tty01
     63      1.1    tsubai 
     64      1.3    tsubai xafb*	at ap?
     65      1.3    tsubai kb0	at ap?
     66      1.3    tsubai ms0	at ap?
     67      1.3    tsubai 
     68      1.3    tsubai wsdisplay* at xafb? console ?
     69      1.3    tsubai wskbd*	at kb? console ?
     70      1.3    tsubai wsmouse* at ms?
     71      1.3    tsubai 
     72      1.3    tsubai scsibus* at spifi?
     73      1.3    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
     74      1.3    tsubai cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     75      1.3    tsubai 
     76      1.1    tsubai pseudo-device	loop			# loopback interface; required
     77      1.3    tsubai pseudo-device	ipfilter		# ip filter
     78      1.3    tsubai pseudo-device	bpfilter	16	# Berkeley Packet Filter
     79      1.3    tsubai pseudo-device	vnd		4	# disk-like interface to files
     80      1.2  jdolecek pseudo-device	pty			# pseudo-terminals
     81      1.3    tsubai pseudo-device	rnd			# /dev/random and in-kernel generator
     82      1.7     lukem pseudo-device	clockctl		# user control of clock subsystem
     83  1.8.6.6     skrll #pseudo-device	fss		4	# file system snapshot device
     84