GENERIC32_IP2x revision 1.5
1#	$NetBSD: GENERIC32_IP2x,v 1.5 2003/12/15 10:26:38 sekiya Exp $
2#
3# Indy
4
5include		"arch/sgimips/conf/std.sgimips"
6
7makeoptions	TEXTADDR=0x88069000	# Indy
8
9options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11#ident		"GENERIC-$Revision: 1.5 $"
12
13maxusers	32
14
15# CPU related options
16options 	IP22		# Indigo / Indigo2 / Indy
17
18options 	MIPS3		# MIPS3 support
19
20#options	BLINK		# blinkenlitzen
21
22# Standard system options
23#options 	INSECURE	# disable kernel security levels
24
25#options 	NTP		# NTP phase/frequence locked loop
26options 	KTRACE		# system call tracing via ktrace(1)
27options 	SYSTRACE	# system call vetting via systrace(1)
28
29options 	SYSVMSG		# System V message queues
30options 	SYSVSEM		# System V semaphores
31#options 	SEMMNI=10	# number of semaphore identifiers
32#options 	SEMMNS=60	# number of semaphores in system
33#options 	SEMUME=10	# max number of undo entries per process
34#options 	SEMMNU=30	# number of undo structures in system
35options 	SYSVSHM		# System V shared memory
36#options 	SHMMAXPGS=1024	# 1024 pages is the default
37
38#options 	LKM		# loadable kernel modules (XXX: working?)
39
40options 	USERCONF	# userconf(4) support
41#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
42
43# Enable experimental buffer queue strategy for better responsiveness under 
44# high disk I/O load. Use it with caution - it's not proven to be stable yet.
45#options 	NEW_BUFQ_STRATEGY
46
47# Diagnostic/debugging support options
48#options 	DIAGNOSTIC	# expensive kernel consistency checks
49#options 	DEBUG		# expensive debugging checks/support
50#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
51options 	DDB		# in-kernel debugger
52options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
53#options 	KGDB		# remote debugger
54#options 	KGDB_DEV=0x2301		# KGDB port - this is Serial(1)
55#options 	KGDB_DEVRATE=19200	# KGDB Baud Rate
56#makeoptions	DEBUG="-g"	# compile full symbol table
57
58# Compatibility options
59options 	COMPAT_15	# NetBSD 1.5,
60options         COMPAT_16
61#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
62
63options 	COMPAT_IRIX	# binary compatibility with IRIX
64#options	COMPAT_LINUX	# binary compatibility with Linux
65#options	COMPAT_ULTRIX	# binary compatibility with Ultrix 
66
67# File systems
68file-system 	FFS		# UFS
69file-system 	EXT2FS		# second extended file system (linux)
70file-system 	LFS		# log-structured file system
71file-system 	MFS		# memory file system
72file-system 	NFS		# Network File System client
73file-system 	NTFS		# Windows/NT file system (experimental)
74file-system 	CD9660		# ISO 9660 + Rock Ridge file system
75file-system 	MSDOSFS		# MS-DOS file system
76file-system 	FDESC		# /dev/fd
77file-system 	KERNFS		# /kern
78file-system 	NULLFS		# loopback file system
79file-system 	OVERLAY		# overlay file system
80file-system 	PORTAL		# portal filesystem (still experimental)
81file-system 	PROCFS		# /proc
82file-system 	UMAPFS		# NULLFS + uid and gid remapping
83file-system 	UNION		# union file system
84file-system	CODA		# Coda File System; also needs vcoda (below)
85
86# File system options
87options 	QUOTA		# UFS quotas
88#options 	FFS_EI		# FFS Endian Independent support
89options 	SOFTDEP		# FFS soft updates support.
90options 	NFSSERVER	# Network File System server
91#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
92				# immutable) behave as system flags.
93
94# Networking options
95#options 	GATEWAY		# packet forwarding
96options 	INET		# IP + ICMP + TCP + UDP
97options 	INET6		# IPV6
98#options 	IPSEC		# IP security
99#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
100#options 	IPSEC_DEBUG	# debug for IP security
101#options 	MROUTING	# IP multicast routing
102options 	NS		# XNS
103#options 	NSIP		# XNS tunneling over IP
104options 	ISO,TPIP	# OSI
105#options 	EON		# OSI tunneling over IP
106options 	CCITT,LLC,HDLC	# X.25
107options 	NETATALK	# AppleTalk networking protocols
108options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
109options 	PPP_DEFLATE	# Deflate compression support for PPP
110options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
111options 	PFIL_HOOKS	# pfil(9) packet filter hooks
112options 	IPFILTER_LOG	# ipmon(8) log support
113#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
114#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
115
116# These options enable verbose messages for several subsystems.
117# Warning, these may compile large string tables into the kernel!
118options 	MIIVERBOSE	# verbose PHY autoconfig messages
119options 	SCSIVERBOSE	# human readable SCSI error messages
120
121options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
122
123#options 	MEMORY_DISK_HOOKS
124#options 	MEMORY_DISK_IS_ROOT
125#options 	MEMORY_DISK_SERVER=0
126#options 	MINIROOTSIZE=8192
127
128#options 	SCSI_DELAY=5
129
130#
131# wscons options
132#
133# builtin terminal emulations
134#options 	WSEMUL_SUN		# sun terminal emulation
135options 	WSEMUL_VT100		# VT100 / VT220 emulation
136# different kernel output - see dev/wscons/wsdisplayvar.h
137options 	WS_KERNEL_FG=WSCOL_GREEN
138#options 	WS_KERNEL_BG=WSCOL_BLACK
139# compatibility to other console drivers
140options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
141# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
142#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
143# the following enables some functions to get mouse console support.
144# if you want a really secure system, it may be better not to enable them,
145# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
146#options 	WSDISPLAY_CHARFUNCS		# mouse console support
147
148
149# Kernel root file system and dump configuration.
150config		netbsd	root on ? type ?
151
152# Main bus and CPU
153mainbus0 	at root
154cpu0 		at mainbus?
155
156sd*     at scsibus? target ? lun ?	# SCSI disks
157st*     at scsibus? target ? lun ?	# SCSI tapes
158cd*     at scsibus? target ? lun ?	# SCSI CD-ROMs
159ch*     at scsibus? target ? lun ?	# SCSI changer devices
160ss*     at scsibus? target ? lun ?	# SCSI scanners
161ses*    at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
162uk*     at scsibus? target ? lun ?	# unknown SCSI
163
164# Indy / Indigo^2
165imc0 		at mainbus0 addr 0x1fa00000
166gio0 		at imc0
167eisa0 		at imc0
168
169hpc0 		at gio? addr 0x1fb80000
170hpc1 		at gio? addr 0x1fb00000
171hpc2 		at gio? addr 0x1f980000
172
173newport*	at gio? slot ?
174wsdisplay* 	at newport? console ?
175
176# HPC devices
177sq* 		at hpc0 offset ?
178wdsc* 		at hpc0 offset ?
179dpclock*	at hpc0 offset ?	# IP20
180dsclock*	at hpc0 offset ?	# IP22/24
181haltwo*         at hpc0 offset ?
182pckbc*		at hpc0 offset ?
183
184pckbd*  	at pckbc?
185pms* 		at pckbc?
186wskbd* 		at pckbd? console ?
187wsmouse* 	at pms? mux 0
188
189# I/O Controller -- IP22/24
190ioc0		at mainbus0 addr 0x1fbd9800
191
192#
193# As always, the zs chip is wired funny, so channel 1 is actually the
194# first serial port and channel 0 is the second.
195#
196zsc* 		at hpc0 offset ?
197zstty*		at zsc? channel ?
198
199scsibus*	at scsi?		# HPC SCSI
200audio*          at audiobus?
201
202# Pseudo-Devices
203
204# disk/mass storage pseudo-devices
205pseudo-device	ccd		4	# concatenated/striped disk devices
206#pseudo-device	cgd		4	# cryptographic disk devices
207#pseudo-device	raid		4	# RAIDframe disk driver
208#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
209pseudo-device	md		1	# memory disk device (ramdisk)
210pseudo-device	vnd		4	# disk-like interface to files
211
212# network pseudo-devices
213pseudo-device	bpfilter	8	# Berkeley packet filter
214pseudo-device	ipfilter		# IP filter (firewall) and NAT
215pseudo-device	loop			# network loopback
216pseudo-device	ppp		2	# Point-to-Point Protocol
217pseudo-device	sl		2	# Serial Line IP
218pseudo-device	strip		2	# Starmode Radio IP (Metricom)
219pseudo-device	tun		2	# network tunneling over tty
220pseudo-device	gre		2	# generic L3 over IP tunnel
221pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
222#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
223#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
224pseudo-device	vlan			# IEEE 802.1q encapsulation
225pseudo-device	bridge			# simple inter-network bridging
226#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
227
228# miscellaneous pseudo-devices
229pseudo-device	pty			# pseudo-terminals
230pseudo-device	tb		1	# tablet line discipline
231pseudo-device	sequencer	1	# MIDI sequencer
232pseudo-device	rnd			# /dev/random and in-kernel generator
233pseudo-device	clockctl		# user control of clock subsystem
234pseudo-device	ksyms			# /dev/ksyms
235pseudo-device	wsmux                   # mouse & keyboard multiplexor
236pseudo-device	wsfont
237
238# a pseudo device needed for Coda	# also needs CODA (above)
239pseudo-device	vcoda		4	# coda minicache <-> venus comm.
240
241# pseudo devices used for IRIX binary compatibility
242pseudo-device	irix_kmem		# IRIX /dev/kmem
243pseudo-device	irix_usema		# IRIX /dev/usema
244