xref: /netbsd/sys/arch/newsmips/conf/DEJIKO (revision c4a72b64)
1# 	$NetBSD: DEJIKO,v 1.8 2002/09/18 02:44:04 lukem 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 	MIPS3_L2CACHE_PRESENT
14options 	CPU_SINGLE		# no I/O processor
15
16# Debugging options
17options 	DDB			# kernel dynamic debugger
18options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
19#options 	DEBUG			# extra kernel debugging support
20options 	DIAGNOSTIC		# extra kernel sanity checking
21options 	USERCONF		# userconf(4) support
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
30# Networking options
31options 	INET			# Internet protocols
32options 	IPFILTER_LOG		# ipmon(8) log support
33options 	NFS_BOOT_BOOTPARAM
34options 	NFS_BOOTPARAM_NOGATEWAY
35
36# Compatibility options
37options 	COMPAT_43		# compatibility with 4.3BSD binaries
38options 	COMPAT_14		# NetBSD 1.4 binary compatibility
39
40# wscons options
41options 	WSEMUL_VT100		# VT100 / VT220 emulation
42options 	FONT_GALLANT12x22
43
44config	netbsd root on ? type ?
45
46mainbus0 at root
47
48cpu0	at mainbus0
49ap0	at mainbus0
50
51mkclock* at ap?
52sn*	at ap?				# SONIC Ethernet
53tlp*	at ap?
54dmac*	at ap?
55spifi*	at ap?				# SPIFI SCSI
56zsc0	at ap?				# ESCC
57zstty0	at zsc0 channel 0		# tty00
58zstty1	at zsc0 channel 1		# tty01
59
60xafb*	at ap?
61kb0	at ap?
62ms0	at ap?
63
64wsdisplay* at xafb? console ?
65wskbd*	at kb? console ?
66wsmouse* at ms?
67
68scsibus* at spifi?
69sd*	at scsibus? target ? lun ?	# SCSI disks
70cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
71
72pseudo-device	loop			# loopback interface; required
73pseudo-device	ipfilter		# ip filter
74pseudo-device	bpfilter	16	# Berkeley Packet Filter
75pseudo-device	vnd		4	# disk-like interface to files
76pseudo-device	pty			# pseudo-terminals
77pseudo-device	rnd			# /dev/random and in-kernel generator
78pseudo-device	clockctl		# user control of clock subsystem
79