xref: /netbsd-src/sys/arch/newsmips/conf/WAPIKO (revision fff57c5525bbe431aee7bdb3983954f0627a42cb)
1#
2# NEWS3400 config file
3#
4# 	$NetBSD: WAPIKO,v 1.38 2007/10/17 19:55:54 garbled 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_AOUT		# exec a.out binaries
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
57
58config	netbsd root on ? type ?
59
60mainbus0 at root
61
62cpu0	at mainbus0
63hb0	at mainbus0
64
65mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
66
67le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
68le1	at hb0 addr 0xb8c30000 level 0
69
70kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
71ms0	at hb0 addr 0xbfd00004 level 2	# mouse
72
73zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
74zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
75zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
76zstty0	at zsc0 channel 0		# tty00
77zstty1	at zsc0 channel 1		# tty01
78zstty2	at zsc1 channel 0		# tty02
79zstty3	at zsc1 channel 1		# tty03
80zstty4	at zsc2 channel 0		# tty04
81zstty5	at zsc2 channel 1		# tty05
82
83fb0	at hb0 addr 0x88000000		# frame buffer
84
85sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
86scsibus0 at sc0
87
88sd*	at scsibus? target ? lun ?	# SCSI disks
89#st*	at scsibus? target ? lun ?	# SCSI tapes
90#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
91
92options 	WSEMUL_VT100		# VT100 / VT220 emulation
93options 	FONT_GALLANT12x22
94
95wsdisplay0 at fb? console ?
96wskbd0	at kb? console ?
97wsmouse0 at ms?
98
99pseudo-device	vnd			# disk-like interface to files
100#pseudo-device	ccd		4	# concatenated and striped disks
101#pseudo-device	fss		4	# file system snapshot device
102pseudo-device	loop			# loopback interface; required
103pseudo-device	pty			# pseudo-terminals
104pseudo-device	bpfilter		# Berkeley Packet Filter
105pseudo-device	ipfilter		# ip filter
106pseudo-device	rnd			# /dev/random and in-kernel generator
107pseudo-device	clockctl		# user control of clock subsystem
108