xref: /netbsd/sys/arch/newsmips/conf/WAPIKO (revision bf9ec67e)
1#
2# NEWS3400 config file
3#
4# 	$NetBSD: WAPIKO,v 1.17 2002/04/25 15:06:34 atatat 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
20#options 	UCONSOLE		# users can redirect console (unsafe)
21#options 	USERCONF		# userconf(4) support
22#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
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
36#options 	EXEC_AOUT		# exec a.out binaries
37#options 	EXEC_ECOFF		# exec ecoff binaries
38
39# Filesystem options
40file-system	FFS		# Berkeley Fast Filesystem
41#file-system	NFS		# Sun NFS-compatible filesystem client
42file-system	MFS		# memory-based filesystem
43file-system	PROCFS		# /proc
44
45# Networking options
46options 	INET		# Internet protocols
47options 	IPFILTER_LOG	# ipmon(8) log support
48
49config	netbsd root on ? type ?
50
51mainbus0 at root
52
53cpu0	at mainbus0
54hb0	at mainbus0
55
56mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
57
58le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
59le1	at hb0 addr 0xb8c30000 level 0
60
61kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
62ms0	at hb0 addr 0xbfd00004 level 2	# mouse
63
64zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
65zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
66zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
67zstty0	at zsc0 channel 0		# tty00
68zstty1	at zsc0 channel 1		# tty01
69zstty2	at zsc1 channel 0		# tty02
70zstty3	at zsc1 channel 1		# tty03
71zstty4	at zsc2 channel 0		# tty04
72zstty5	at zsc2 channel 1		# tty05
73
74fb0	at hb0 addr 0x88000000		# frame buffer
75
76sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
77scsibus0 at sc0
78
79sd*	at scsibus? target ? lun ?	# SCSI disks
80#st*	at scsibus? target ? lun ?	# SCSI tapes
81#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
82
83options 	WSEMUL_VT100		# VT100 / VT220 emulation
84options 	FONT_GALLANT12x22
85
86wsdisplay0 at fb? console ?
87wskbd0	at kb? console ?
88wsmouse0 at ms?
89
90pseudo-device	vnd		4	# disk-like interface to files
91#pseudo-device	ccd		4	# concatenated and striped disks
92pseudo-device	loop			# loopback interface; required
93pseudo-device	pty			# pseudo-terminals
94pseudo-device	bpfilter	16	# Berkeley Packet Filter
95pseudo-device	ipfilter		# ip filter
96pseudo-device	rnd			# /dev/random and in-kernel generator
97