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