WAPIKO revision 1.6
1#
2# NEWS3400 config file
3#
4# 	$NetBSD: WAPIKO,v 1.6 1998/11/16 12:21:30 tsubai Exp $
5#
6include		"arch/newsmips/conf/std.newsmips"
7
8maxusers	16
9
10options 	news3400
11options 	MIPS1			# R2000/R3000 support
12options 	CPU_SINGLE
13
14# Standard system options
15options 	KTRACE			# system call tracing support
16options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
17#options 	UCONSOLE		# users can redirect console (unsafe)
18
19# Debugging options
20options 	DDB			# kernel dynamic debugger
21options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
22#options 	DEBUG			# extra kernel debugging support
23options 	DIAGNOSTIC		# extra kernel sanity checking
24options 	SCSIVERBOSE		# Verbose SCSI errors
25
26# Compatibility options
27options 	COMPAT_43		# compatibility with 4.3BSD binaries
28options 	COMPAT_12		# NetBSD 1.2 binary compatibility
29options 	COMPAT_13		# NetBSD 1.3 binary compatibility
30#options 	EXEC_AOUT		# exec a.out binaries
31#options 	EXEC_ECOFF		# exec ecoff binaries
32
33# Filesystem options
34file-system	FFS		# Berkeley Fast Filesystem
35#file-system	NFS		# Sun NFS-compatible filesystem client
36file-system	MFS		# memory-based filesystem
37
38# Networking options
39options 	INET		# Internet protocols
40options 	PFIL_HOOKS	# pfil(9) packet filter hooks
41options 	IPFILTER_LOG	# ipmon(8) log support
42
43config	netbsd root on ? type ?
44
45mainbus0 at root
46
47cpu0	at mainbus0
48hb0	at mainbus0
49
50mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
51
52le0	at hb0 addr 0xbff80000		# onboard LANCE ethernet
53#le1	at hb0 addr 0xb8c30000
54
55kb0	at hb0 addr 0xbfd00000		# keyboard
56ms0	at hb0 addr 0xbfd00004		# mouse
57
58zsc0	at hb0 addr 0xbfec0000		# onboard
59zsc1	at hb0 addr 0xb8c40100
60zsc2	at hb0 addr 0xb8c40104
61zstty0	at zsc0 channel 0		# tty00
62zstty1	at zsc0 channel 1		# tty01
63zstty2	at zsc1 channel 0		# tty02
64zstty3	at zsc1 channel 1		# tty03
65zstty4	at zsc2 channel 0		# tty04
66zstty5	at zsc2 channel 1		# tty05
67
68fb0	at hb0 addr 0x88000000		# framebuffer
69
70sc0	at hb0 addr 0xbfe00100		# onboard cxd1185 SCSI controller
71scsibus0 at sc0
72
73sd*	at scsibus? target ? lun ?	# SCSI disks
74#st*	at scsibus? target ? lun ?	# SCSI tapes
75#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
76
77#pseudo-device	vnd		4	# disk-like interface to files
78#pseudo-device	ccd		4	# concatenated and striped disks
79pseudo-device	loop			# loopback interface; required
80pseudo-device	pty		32	# pseudo-terminals
81pseudo-device	bpfilter	16	# Berkeley Packet Filter
82pseudo-device	ipfilter		# ip filter
83