xref: /netbsd/sys/arch/newsmips/conf/WAPIKO (revision 6550d01e)
1#
2# NEWS3400 config file
3#
4# 	$NetBSD: WAPIKO,v 1.41 2010/05/08 22:16:29 mrg 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
26#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
27#options 	DEBUG			# extra kernel debugging support
28options 	DIAGNOSTIC		# extra kernel sanity checking
29options 	SCSIVERBOSE		# Verbose SCSI errors
30
31# Compatibility options
32options 	COMPAT_43		# compatibility with 4.3BSD binaries
33options 	COMPAT_12		# NetBSD 1.2 binary compatibility
34options 	COMPAT_13		# NetBSD 1.3 binary compatibility
35options 	COMPAT_14		# NetBSD 1.4 binary compatibility
36options 	COMPAT_15		# NetBSD 1.5 binary compatibility
37options 	COMPAT_16		# NetBSD 1.6 binary compatibility
38options 	COMPAT_20		# NetBSD 2.0 binary compatibility
39options 	COMPAT_30		# NetBSD 3.0 binary compatibility
40options 	COMPAT_40		# NetBSD 4.0 binary compatibility
41#options 	EXEC_ECOFF		# exec ecoff binaries
42options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
43
44# Filesystem options
45file-system	FFS		# Berkeley Fast Filesystem
46#file-system	NFS		# Sun NFS-compatible filesystem client
47file-system	MFS		# memory-based filesystem
48file-system	PROCFS		# /proc
49options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
50#file-system	PTYFS		# /dev/pts/N support
51
52# Networking options
53options 	INET		# Internet protocols
54options 	IPFILTER_LOG	# ipmon(8) log support
55options 	IPFILTER_LOOKUP	# ippool(8) support
56options 	IPFILTER_COMPAT # Compat for IP-Filter
57#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
58
59config	netbsd root on ? type ?
60
61mainbus0 at root
62
63cpu0	at mainbus0
64hb0	at mainbus0
65
66mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
67
68le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
69le1	at hb0 addr 0xb8c30000 level 0
70
71kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
72ms0	at hb0 addr 0xbfd00004 level 2	# mouse
73
74zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
75zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
76zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
77zstty0	at zsc0 channel 0		# tty00
78zstty1	at zsc0 channel 1		# tty01
79zstty2	at zsc1 channel 0		# tty02
80zstty3	at zsc1 channel 1		# tty03
81zstty4	at zsc2 channel 0		# tty04
82zstty5	at zsc2 channel 1		# tty05
83
84fb0	at hb0 addr 0x88000000		# frame buffer
85
86sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
87scsibus0 at sc0
88
89sd*	at scsibus? target ? lun ?	# SCSI disks
90#st*	at scsibus? target ? lun ?	# SCSI tapes
91#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
92
93options 	WSEMUL_VT100		# VT100 / VT220 emulation
94options 	FONT_GALLANT12x22
95
96wsdisplay0 at fb? console ?
97wskbd0	at kb? console ?
98wsmouse0 at ms?
99
100pseudo-device	vnd			# disk-like interface to files
101#pseudo-device	ccd		4	# concatenated and striped disks
102#pseudo-device	fss			# file system snapshot device
103pseudo-device	loop			# loopback interface; required
104pseudo-device	pty			# pseudo-terminals
105pseudo-device	bpfilter		# Berkeley Packet Filter
106pseudo-device	ipfilter		# ip filter
107pseudo-device	rnd			# /dev/random and in-kernel generator
108pseudo-device	clockctl		# user control of clock subsystem
109