xref: /netbsd-src/sys/arch/newsmips/conf/WAPIKO (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1#
2# NEWS3400 config file
3#
4# 	$NetBSD: WAPIKO,v 1.47 2015/08/21 01:52:08 uebayasi Exp $
5#
6include		"arch/newsmips/conf/std.newsmips"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	16
11
12makeoptions	COPTS="-O2 -pipe"
13
14options 	news3400
15options 	MIPS1			# R2000/R3000 support
16options 	CPU_SINGLE
17
18# Standard system options
19options 	KTRACE			# system call tracing support
20options 	USERCONF		# userconf(4) support
21#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
22#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
23
24# Debugging options
25options 	DDB			# kernel dynamic debugger
26pseudo-device	ksyms
27#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
28#options 	DEBUG			# extra kernel debugging support
29options 	DIAGNOSTIC		# extra kernel sanity checking
30options 	SCSIVERBOSE		# Verbose SCSI errors
31
32# Compatibility options
33options 	COMPAT_43		# compatibility with 4.3BSD binaries
34options 	COMPAT_12		# NetBSD 1.2,
35options 	COMPAT_13		# NetBSD 1.3,
36options 	COMPAT_14		# NetBSD 1.4,
37options 	COMPAT_15		# NetBSD 1.5,
38options 	COMPAT_16		# NetBSD 1.6,
39options 	COMPAT_20		# NetBSD 2.0,
40options 	COMPAT_30		# NetBSD 3.0, and
41options 	COMPAT_40		# NetBSD 4.0 binary compatibility
42#options 	EXEC_ECOFF		# exec ecoff binaries
43options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
44
45# Filesystem options
46file-system	FFS		# Berkeley Fast Filesystem
47#file-system	NFS		# Sun NFS-compatible filesystem client
48file-system	MFS		# memory-based filesystem
49file-system	PROCFS		# /proc
50options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
51#file-system	PTYFS		# /dev/pts/N support
52
53# Networking options
54options 	INET		# Internet protocols
55options 	IPFILTER_LOG	# ipmon(8) log support
56options 	IPFILTER_LOOKUP	# ippool(8) support
57options 	IPFILTER_COMPAT # Compat for IP-Filter
58#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
59
60# JIT compiler for bpfilter
61#options	SLJIT
62#options	BPFJIT
63
64config	netbsd root on ? type ?
65
66mainbus0 at root
67
68cpu0	at mainbus0
69hb0	at mainbus0
70
71mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
72
73le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
74le1	at hb0 addr 0xb8c30000 level 0
75
76kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
77ms0	at hb0 addr 0xbfd00004 level 2	# mouse
78
79zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
80zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
81zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
82zstty0	at zsc0 channel 0		# tty00
83zstty1	at zsc0 channel 1		# tty01
84zstty2	at zsc1 channel 0		# tty02
85zstty3	at zsc1 channel 1		# tty03
86zstty4	at zsc2 channel 0		# tty04
87zstty5	at zsc2 channel 1		# tty05
88
89fb0	at hb0 addr 0x88000000		# frame buffer
90
91sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
92scsibus0 at sc0
93
94sd*	at scsibus? target ? lun ?	# SCSI disks
95#st*	at scsibus? target ? lun ?	# SCSI tapes
96#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
97
98options 	WSEMUL_VT100		# VT100 / VT220 emulation
99options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
100options 	FONT_GALLANT12x22
101
102wsdisplay0 at fb? console ?
103wskbd0	at kb? console ?
104wsmouse0 at ms?
105
106pseudo-device	vnd			# disk-like interface to files
107#pseudo-device	ccd			# concatenated and striped disks
108#pseudo-device	fss			# file system snapshot device
109pseudo-device	loop			# loopback interface; required
110pseudo-device	pty			# pseudo-terminals
111pseudo-device	bpfilter		# Berkeley Packet Filter
112pseudo-device	ipfilter		# ip filter
113pseudo-device	clockctl		# user control of clock subsystem
114