DEJIKO revision 1.5
1# 	$NetBSD: DEJIKO,v 1.5 2002/04/12 08:11:12 gmcgarry Exp $
2#
3#	Dejiko's sekai-seifuku NEWS5000 nyo.
4
5include		"arch/newsmips/conf/std.newsmips"
6
7maxusers	16
8
9options 	news5000
10options 	MIPS3			# R4x00 support
11options 	MIPS3_L2CACHE_PRESENT
12options 	CPU_SINGLE		# no I/O processor
13
14# Debugging options
15options 	DDB			# kernel dynamic debugger
16options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
17#options 	DEBUG			# extra kernel debugging support
18options 	DIAGNOSTIC		# extra kernel sanity checking
19#options 	USERCONF		# userconf(4) support
20
21# Filesystem options
22file-system	FFS			# Berkeley Fast Filesystem
23file-system	MFS			# memory-based filesystem
24file-system	NFS			# Sun NFS-compatible filesystem client
25file-system	PROCFS			# /proc
26file-system	CD9660			# ISO 9660 + Rock Ridge file system
27
28# Networking options
29options 	INET			# Internet protocols
30options 	IPFILTER_LOG		# ipmon(8) log support
31options 	NFS_BOOT_BOOTPARAM
32options 	NFS_BOOTPARAM_NOGATEWAY
33
34# Compatibility options
35options 	COMPAT_43		# compatibility with 4.3BSD binaries
36options 	COMPAT_14		# NetBSD 1.4 binary compatibility
37
38# wscons options
39options 	WSEMUL_VT100		# VT100 / VT220 emulation
40options 	FONT_GALLANT12x22
41
42config	netbsd root on ? type ?
43
44mainbus0 at root
45
46cpu0	at mainbus0
47ap0	at mainbus0
48
49mkclock* at ap?
50sn*	at ap?				# SONIC Ethernet
51tlp*	at ap?
52dmac*	at ap?
53spifi*	at ap?				# SPIFI SCSI
54zsc0	at ap?				# ESCC
55zstty0	at zsc0 channel 0		# tty00
56zstty1	at zsc0 channel 1		# tty01
57
58xafb*	at ap?
59kb0	at ap?
60ms0	at ap?
61
62wsdisplay* at xafb? console ?
63wskbd*	at kb? console ?
64wsmouse* at ms?
65
66scsibus* at spifi?
67sd*	at scsibus? target ? lun ?	# SCSI disks
68cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
69
70pseudo-device	loop			# loopback interface; required
71pseudo-device	ipfilter		# ip filter
72pseudo-device	bpfilter	16	# Berkeley Packet Filter
73pseudo-device	vnd		4	# disk-like interface to files
74pseudo-device	pty			# pseudo-terminals
75pseudo-device	rnd			# /dev/random and in-kernel generator
76