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