OPENBLOCKS266 revision 1.36
1#	$NetBSD: OPENBLOCKS266,v 1.36 2006/09/27 21:42:05 manu Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include		"arch/evbppc/conf/std.obs405"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10#ident 		"OPENBLOCKS266-$Revision: 1.36 $"
11
12maxusers	32
13
14
15#
16# Standard system options
17#
18
19#options 	INSECURE		# disable kernel security levels
20#options 	NTP			# NTP phase/frequency locked loop
21#options 	KTRACE			# system call tracing via ktrace(1)
22#options	SYSTRACE		# system call vetting via systrace(1)
23
24options 	SYSVMSG			# System V message queues
25options 	SYSVSEM			# System V semaphores
26#options	SEMMNI=10		# number of semaphore identifiers
27#options	SEMMNS=60		# number of semaphores in system
28#options	SEMUME=10		# max number of undo entries per process
29#options	SEMMNU=30		# number of undo structures in system
30options 	SYSVSHM			# System V shared memory
31#options 	SHMMAXPGS=1024		# 1024 pages is the default
32options		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
33
34#options 	LKM			# loadable kernel modules
35
36#options 	USERCONF		# userconf(4) support
37#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
38#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
39#options	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
40
41#options 	UVMHIST
42#options 	UVMHIST_PRINT
43
44
45#
46# Diagnostic/debugging support options
47#
48
49#options 	DIAGNOSTIC		# cheap kernel consistency checks
50options 	DEBUG			# expensive debugging checks/support
51#options	KMEMSTATS		# kernel memory statistics (vmstat -m)
52options 	DDB			# in-kernel debugger
53options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
54options 	TRAP_PANICWAIT
55options 	SYMTAB_SPACE=410000	# size for embedded symbol table
56
57makeoptions	DEBUG="-g"		# compile full symbol table
58
59
60#
61# Compatibility options
62#
63
64#options 	COMPAT_09		# NetBSD 0.9,
65#options 	COMPAT_10		# NetBSD 1.0,
66#options 	COMPAT_11		# NetBSD 1.1,
67#options 	COMPAT_12		# NetBSD 1.2,
68options 	COMPAT_13		# NetBSD 1.3,
69options 	COMPAT_14		# NetBSD 1.4,
70options 	COMPAT_15		# NetBSD 1.5,
71options 	COMPAT_16		# NetBSD 1.6,
72options 	COMPAT_20		# NetBSD 2.0,
73options 	COMPAT_30		# NetBSD 3.0 compatibility.
74options 	COMPAT_43		# and 4.3BSD
75#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
76options		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
77
78
79#
80# File systems
81#
82
83file-system 	FFS		# UFS
84file-system 	EXT2FS		# second extended file system (linux)
85file-system 	LFS		# log-structured file system
86file-system 	MFS		# memory file system
87file-system 	NFS		# Network File System client
88file-system 	CD9660		# ISO 9660 + Rock Ridge file system
89file-system 	MSDOSFS		# MS-DOS file system
90file-system 	FDESC		# /dev/fd
91file-system 	KERNFS		# /kern
92file-system 	NULLFS		# loopback file system
93file-system 	OVERLAY		# overlay file system
94file-system 	PORTAL		# portal filesystem (still experimental)
95file-system 	PROCFS		# /proc
96file-system 	UMAPFS		# NULLFS + uid and gid remapping
97file-system 	UNION		# union file system
98file-system	PTYFS		# /dev/pts/N support
99#file-system	NTFS		# Windows NT file system (experimental)
100
101
102#
103# File system options
104#
105
106options 	QUOTA			# UFS quotas
107options 	FFS_EI			# FFS Endian Independant support
108options 	SOFTDEP			# FFS soft updates support.
109options 	NFSSERVER		# Network File System server
110#options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
111options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
112					# immutable) behave as system flags.
113options 	NFS_BOOT_DHCP		# Support DHCP NFS root
114
115
116#
117# Networking options
118#
119
120options 	GATEWAY		# packet forwarding
121options 	INET		# IP + ICMP + TCP + UDP
122options 	INET6		# IPV6
123#options 	IPSEC		# IP security
124#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
125#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
126#options 	IPSEC_DEBUG	# debug for IP security
127#options 	MROUTING	# IP multicast routing
128#options 	PIM		# Protocol Independent Multicast
129#options        DIRECTED_BROADCAST      # allow broadcasts through routers
130options 	ISO,TPIP	# OSI
131#options 	EON		# OSI tunneling over IP
132#options 	NETATALK	# AppleTalk networking protocols
133options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
134options 	PPP_DEFLATE	# Deflate compression support for PPP
135options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
136options 	PFIL_HOOKS	# pfil(9) packet filter hooks
137options 	IPFILTER_LOG	# ipmon(8) log support
138options 	IPFILTER_LOOKUP	# ippool(8) support
139#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
140#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
141
142
143#
144# Kernel root file system and dump configuration.
145#
146
147config		netbsd	root on ? type ?
148
149
150#
151# Device configuration
152#
153
154plb0 at root				# Processor Local Bus
155cpu0	at plb?				# CPU
156ecc0	at plb? irq 16			# On-chip ECC controller
157pchb0	at plb?				# PCI-Host bridges
158
159# On-chip Peripheral Bus support
160opb*	at plb?				# On-chip Peripheral Bus
161wdog*	at opb?				# Watchdog timer
162com*	at opb? addr ? irq ?		# UARTs
163emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
164options	EMAC_EVENT_COUNTERS
165gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
166iic0	at gpiic?			# I2C bus
167xrtc0	at iic? addr 0x6f		# RTC
168opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
169gpio*	at opbgpio?			# GPIO framework
170
171# PCI bus support
172pci*	at pchb?
173options 	PCIVERBOSE		# verbose PCI device autoconfig messages
174#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
175options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
176					# to configure PCI devices
177#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
178ppb*	at pci? dev ? function ?	# PCI-PCI bridges
179hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
180tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
181
182# ATA (IDE) bus support
183atabus* at ata?
184wd*	at atabus? drive ?
185
186# MII/PHY support
187dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
188lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
189options 	MIIVERBOSE		# verbose PHY autoconfig messages
190
191
192#
193# Pseudo devices
194#
195
196# disk/mass storage pseudo-devices
197#pseudo-device	ccd		4	# concatenated/striped disk devices
198#pseudo-device	cgd		4	# cryptographic disk devices
199#pseudo-device	raid		4	# RAIDframe disk driver
200#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
201#pseudo-device	fss		4	# file system snapshot device
202#pseudo-device	md		1	# memory disk device
203#pseudo-device	vnd			# disk-like interface to files
204
205# network pseudo-devices
206pseudo-device	loop			# network loopback
207pseudo-device	bpfilter		# packet filter
208pseudo-device	ipfilter		# IP filter (firewall) and NAT
209pseudo-device	ppp			# Point-to-Point Protocol
210pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
211#pseudo-device	sl			# Serial Line IP
212#pseudo-device	strip			# Starmode Radio IP (Metricom)
213#pseudo-device	irframetty		# IrDA frame line discipline
214#pseudo-device	tun			# network tunneling over tty
215#pseudo-device	tap			# virtual ethernet
216#pseudo-device	gre			# generic L3 over IP tunnel
217pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
218#pseudo-device	faith			# IPv[46] tcp relay translation i/f
219pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
220pseudo-device	vlan			# IEEE 802.1q encapsulation
221pseudo-device	bridge			# simple inter-network bridging
222#options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
223#pseudo-device	pf			# PF packet filter
224#pseudo-device	pflog			# PF log if
225
226# miscellaneous pseudo-devices
227pseudo-device	pty			# pseudo-terminals
228pseudo-device	rnd			# /dev/random and in-kernel generator
229pseudo-device	clockctl		# user control of clock subsystem
230pseudo-device	ksyms			# /dev/ksyms
231