xref: /netbsd-src/sys/arch/evbppc/conf/OPENBLOCKS266 (revision f81322cf185a4db50f71fcf7701f20198272620e)
1#	$NetBSD: OPENBLOCKS266,v 1.30 2006/03/13 16:20:58 shige 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.30 $"
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=300000	# 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_16		# NetBSD 1.6,
71options 	COMPAT_20		# NetBSD 2.0,
72options 	COMPAT_30		# NetBSD 3.0 compatibility.
73options 	COMPAT_43		# and 4.3BSD
74#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
75options		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
76
77
78#
79# File systems
80#
81
82file-system 	FFS		# UFS
83file-system 	EXT2FS		# second extended file system (linux)
84file-system 	LFS		# log-structured file system
85file-system 	MFS		# memory file system
86file-system 	NFS		# Network File System client
87file-system 	CD9660		# ISO 9660 + Rock Ridge file system
88file-system 	MSDOSFS		# MS-DOS file system
89file-system 	FDESC		# /dev/fd
90file-system 	KERNFS		# /kern
91file-system 	NULLFS		# loopback file system
92file-system 	OVERLAY		# overlay file system
93file-system 	PORTAL		# portal filesystem (still experimental)
94file-system 	PROCFS		# /proc
95file-system 	UMAPFS		# NULLFS + uid and gid remapping
96file-system 	UNION		# union file system
97file-system	PTYFS		# /dev/pts/N support
98#file-system	NTFS		# Windows NT file system (experimental)
99
100
101#
102# File system options
103#
104
105options 	QUOTA			# UFS quotas
106options 	FFS_EI			# FFS Endian Independant support
107options 	SOFTDEP			# FFS soft updates support.
108options 	NFSSERVER		# Network File System server
109#options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
110options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
111					# immutable) behave as system flags.
112options 	NFS_BOOT_DHCP		# Support DHCP NFS root
113
114
115#
116# Networking options
117#
118
119options 	GATEWAY		# packet forwarding
120options 	INET		# IP + ICMP + TCP + UDP
121options 	INET6		# IPV6
122#options 	IPSEC		# IP security
123#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
124#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
125#options 	IPSEC_DEBUG	# debug for IP security
126#options 	MROUTING	# IP multicast routing
127#options 	PIM		# Protocol Independent Multicast
128#options        DIRECTED_BROADCAST      # allow broadcasts through routers
129#options 	NS		# XNS
130#options 	NSIP		# XNS tunneling over IP
131options 	ISO,TPIP	# OSI
132#options 	EON		# OSI tunneling over IP
133#options 	CCITT,LLC,HDLC	# X.25
134#options 	NETATALK	# AppleTalk networking protocols
135options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
136options 	PPP_DEFLATE	# Deflate compression support for PPP
137options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
138options 	PFIL_HOOKS	# pfil(9) packet filter hooks
139options 	IPFILTER_LOG	# ipmon(8) log support
140#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
141#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
142
143
144#
145# Kernel root file system and dump configuration.
146#
147
148config		netbsd	root on ? type ?
149
150
151#
152# Device configuration
153#
154
155plb0 at root				# Processor Local Bus
156cpu0	at plb?				# CPU
157ecc0	at plb? irq 16			# On-chip ECC controller
158pchb0	at plb?				# PCI-Host bridges
159
160# On-chip Peripheral Bus support
161opb*	at plb?				# On-chip Peripheral Bus
162wdog*	at opb?				# Watchdog timer
163com*	at opb? addr ? irq ?		# UARTs
164emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
165options	EMAC_EVENT_COUNTERS
166gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
167iic0	at gpiic?			# I2C bus
168xrtc0	at iic? addr 0x6f		# RTC
169opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
170gpio*	at opbgpio?			# GPIO framework
171
172# PCI bus support
173pci*	at pchb?
174options 	PCIVERBOSE		# verbose PCI device autoconfig messages
175#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
176options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
177					# to configure PCI devices
178#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
179ppb*	at pci? dev ? function ?	# PCI-PCI bridges
180hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
181tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
182
183# ATA (IDE) bus support
184atabus* at ata?
185wd*	at atabus? drive ?
186
187# MII/PHY support
188lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
189dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
190options 	MIIVERBOSE		# verbose PHY autoconfig messages
191
192
193#
194# Pseudo devices
195#
196
197# disk/mass storage pseudo-devices
198#pseudo-device	ccd		4	# concatenated/striped disk devices
199#pseudo-device	cgd		4	# cryptographic disk devices
200#pseudo-device	raid		4	# RAIDframe disk driver
201#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
202#pseudo-device	fss		4	# file system snapshot device
203#pseudo-device	md		1	# memory disk device
204#pseudo-device	vnd			# disk-like interface to files
205
206# network pseudo-devices
207pseudo-device	loop			# network loopback
208pseudo-device	bpfilter		# packet filter
209pseudo-device	ipfilter		# IP filter (firewall) and NAT
210pseudo-device	ppp			# Point-to-Point Protocol
211pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
212#pseudo-device	sl			# Serial Line IP
213#pseudo-device	strip			# Starmode Radio IP (Metricom)
214#pseudo-device	irframetty		# IrDA frame line discipline
215#pseudo-device	tun			# network tunneling over tty
216#pseudo-device	tap			# virtual ethernet
217#pseudo-device	gre			# generic L3 over IP tunnel
218pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
219#pseudo-device	faith			# IPv[46] tcp relay translation i/f
220#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
221pseudo-device	vlan			# IEEE 802.1q encapsulation
222pseudo-device	bridge			# simple inter-network bridging
223#options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
224#pseudo-device	pf			# PF packet filter
225#pseudo-device	pflog			# PF log if
226
227# miscellaneous pseudo-devices
228pseudo-device	pty			# pseudo-terminals
229pseudo-device	rnd			# /dev/random and in-kernel generator
230pseudo-device	clockctl		# user control of clock subsystem
231