# 	$NetBSD: DEJIKO,v 1.10.2.1 2004/07/15 20:19:34 he Exp $
#
#	Dejiko's sekai-seifuku NEWS5000 nyo.

include		"arch/newsmips/conf/std.newsmips"

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

maxusers	16

options 	news5000
options 	MIPS3			# R4x00 support
options 	CPU_SINGLE		# no I/O processor

# Debugging options
options 	DDB			# kernel dynamic debugger
options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
#options 	DEBUG			# extra kernel debugging support
options 	DIAGNOSTIC		# extra kernel sanity checking
options 	USERCONF		# userconf(4) support
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

# Filesystem options
file-system	FFS			# Berkeley Fast Filesystem
file-system	MFS			# memory-based filesystem
file-system	NFS			# Sun NFS-compatible filesystem client
file-system	PROCFS			# /proc
file-system	CD9660			# ISO 9660 + Rock Ridge file system

# Networking options
options 	INET			# Internet protocols
options 	IPFILTER_LOG		# ipmon(8) log support
options 	NFS_BOOT_BOOTPARAM
options 	NFS_BOOTPARAM_NOGATEWAY

# Compatibility options
options 	COMPAT_43		# compatibility with 4.3BSD binaries
options 	COMPAT_14		# NetBSD 1.4 binary compatibility
options 	COMPAT_16		# NetBSD 1.6 binary compatibility

# wscons options
options 	WSEMUL_VT100		# VT100 / VT220 emulation
options 	FONT_GALLANT12x22

config	netbsd root on ? type ?

mainbus0 at root

cpu0	at mainbus0
ap0	at mainbus0

mkclock* at ap?
sn*	at ap?				# SONIC Ethernet
tlp*	at ap?
dmac*	at ap?
spifi*	at ap?				# SPIFI SCSI
zsc0	at ap?				# ESCC
zstty0	at zsc0 channel 0		# tty00
zstty1	at zsc0 channel 1		# tty01

xafb*	at ap?
kb0	at ap?
ms0	at ap?

wsdisplay* at xafb? console ?
wskbd*	at kb? console ?
wsmouse* at ms?

scsibus* at spifi?
sd*	at scsibus? target ? lun ?	# SCSI disks
cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs

pseudo-device	loop			# loopback interface; required
pseudo-device	ipfilter		# ip filter
pseudo-device	bpfilter	16	# Berkeley Packet Filter
pseudo-device	vnd		4	# disk-like interface to files
pseudo-device	pty			# pseudo-terminals
pseudo-device	rnd			# /dev/random and in-kernel generator
pseudo-device	clockctl		# user control of clock subsystem
