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