EXPLORA451 revision 1.12
1#	$NetBSD: EXPLORA451,v 1.12 2005/02/25 13:46:49 simonb Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include		"arch/evbppc/conf/std.explora"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10#ident 		"EXPLORA451"
11
12maxusers	32
13
14# Options for necessary to use root memory disk
15#options 	MEMORY_DISK_HOOKS
16#options 	MEMORY_DISK_IS_ROOT
17#options 	MEMORY_DISK_SERVER=0
18#options 	MEMORY_DISK_ROOT_SIZE=4096
19
20# Standard system options
21
22options 	INSECURE	# disable kernel security levels - X needs this
23
24options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
25options 	NTP		# NTP phase/frequency locked loop
26
27options 	KTRACE		# system call tracing via ktrace(1)
28options 	SYSTRACE	# system call vetting via systrace(1)
29
30options 	SYSVMSG		# System V-like message queues
31options 	SYSVSEM		# System V-like semaphores
32#options 	SEMMNI=10	# number of semaphore identifiers
33#options 	SEMMNS=60	# number of semaphores in system
34#options 	SEMUME=10	# max number of undo entries per process
35#options 	SEMMNU=30	# number of undo structures in system
36options 	SYSVSHM		# System V-like memory sharing
37#options 	SHMMAXPGS=2048	# 2048 pages is the default
38
39options 	LKM		# loadable kernel modules
40
41options 	USERCONF	# userconf(4) support
42#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
43#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
44
45# Enable experimental buffer queue strategy for better responsiveness under 
46# high disk I/O load. Use it with caution - it's not proven to be stable yet.
47#options 	NEW_BUFQ_STRATEGY
48
49# Diagnostic/debugging support options
50options 	DIAGNOSTIC	# expensive kernel consistency checks
51options 	DEBUG		# expensive debugging checks/support
52#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
53options 	DDB		# in-kernel debugger
54options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
55#options 	KGDB		# remote debugger
56#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
57makeoptions	DEBUG="-g"	# compile full symbol table
58options 	SYMTAB_SPACE=320000
59
60# Compatibility options
61options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
62options 	COMPAT_09	# NetBSD 0.9,
63options 	COMPAT_10	# NetBSD 1.0,
64options 	COMPAT_11	# NetBSD 1.1,
65options 	COMPAT_12	# NetBSD 1.2,
66options 	COMPAT_13	# NetBSD 1.3,
67options 	COMPAT_14	# NetBSD 1.4,
68options 	COMPAT_16	# NetBSD 1.6,
69options 	COMPAT_20	# NetBSD 2.0,
70options 	COMPAT_43	# and 4.3BSD
71#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
72options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
73
74# File systems
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 	NTFS		# Windows/NT file system (experimental)
81file-system 	CD9660		# ISO 9660 + Rock Ridge file system
82file-system 	MSDOSFS		# MS-DOS file system
83file-system 	FDESC		# /dev/fd
84file-system 	KERNFS		# /kern
85file-system 	NULLFS		# loopback file system
86file-system 	OVERLAY		# overlay file system
87file-system 	PORTAL		# portal filesystem (still experimental)
88file-system 	PROCFS		# /proc
89file-system 	UMAPFS		# NULLFS + uid and gid remapping
90file-system 	UNION		# union file system
91file-system	CODA		# Coda File System; also needs vcoda (below)
92file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
93
94# File system options
95options 	QUOTA		# UFS quotas
96#options 	FFS_EI		# FFS Endian Independent support
97options 	SOFTDEP		# FFS soft updates support.
98options 	NFSSERVER	# Network File System server
99#options 	FFS_NO_SNAPSHOT	# ffs snapshots
100#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
101				# immutable) behave as system flags.
102
103# Networking options
104#options 	GATEWAY		# packet forwarding
105options 	INET		# IP + ICMP + TCP + UDP
106options 	INET6		# IPV6
107#options 	IPSEC		# IP security
108#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
109#options 	IPSEC_DEBUG	# debug for IP security
110#options 	MROUTING	# IP multicast routing
111#options 	PIM		# Protocol Independent Multicast
112#options 	NS		# XNS
113#options 	NSIP		# XNS tunneling over IP
114options 	ISO,TPIP	# OSI
115#options 	EON		# OSI tunneling over IP
116options 	CCITT,LLC,HDLC	# X.25
117options 	NETATALK	# AppleTalk networking protocols
118options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
119options 	PPP_DEFLATE	# Deflate compression support for PPP
120options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
121options 	PFIL_HOOKS	# pfil(9) packet filter hooks
122options 	IPFILTER_LOG	# ipmon(8) log support
123#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
124#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
125
126# Options for wscons
127#
128# builtin terminal emulations
129#options 	WSEMUL_SUN		# sun terminal emulation
130options 	WSEMUL_VT100		# VT100 / VT220 emulation
131# different kernel output - see dev/wscons/wsdisplayvar.h
132options 	WS_KERNEL_FG=WSCOL_GREEN
133#options 	WS_KERNEL_BG=WSCOL_BLACK
134# compatibility to other console drivers
135#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
136#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
137#options 	WSDISPLAY_COMPAT_USL		# VT handling
138#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
139# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
140#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
141# allocate a number of virtual screens at autoconfiguration time
142options 	WSDISPLAY_DEFAULTSCREENS=1
143
144# Options for netboot
145options 	NFS_BOOT_BOOTPARAM
146options 	NFS_BOOT_DHCP
147
148config		netbsd  root on ? type ?
149
150elb0		at root
151
152cpu0		at elb?
153com0		at elb?
154lpt0		at elb?
155le0		at elb?
156
157fb0		at elb?
158wsdisplay*	at fb?
159
160pckbc0		at elb?
161pckbd*		at pckbc?
162wskbd*		at pckbd? console ?
163pms*		at pckbc?
164wsmouse*	at pms? mux 0
165
166# Pseudo-Devices
167
168# disk/mass storage pseudo-devices
169
170pseudo-device	md		1	# memory disk device (ramdisk)
171pseudo-device	vnd		4	# disk-like interface to files
172
173# network pseudo-devices
174pseudo-device	bpfilter	8	# Berkeley packet filter
175pseudo-device	ipfilter		# IP filter (firewall) and NAT
176pseudo-device	loop			# network loopback
177pseudo-device	ppp		2	# Point-to-Point Protocol
178pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
179pseudo-device	sl		2	# Serial Line IP
180pseudo-device	strip		2	# Starmode Radio IP (Metricom)
181pseudo-device	irframetty		# IrDA frame line discipline
182pseudo-device	tun		2	# network tunneling over tty
183pseudo-device	tap			# virtual Ethernet
184pseudo-device	gre		2	# generic L3 over IP tunnel
185pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
186#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
187#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
188pseudo-device	vlan			# IEEE 802.1q encapsulation
189pseudo-device	bridge			# simple inter-network bridging
190#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
191
192# miscellaneous pseudo-devices
193pseudo-device	pty			# pseudo-terminals
194pseudo-device	tb		1	# tablet line discipline
195pseudo-device	rnd			# /dev/random and in-kernel generator
196#options 	RND_COM			# use "com" randomness as well (BROKEN)
197pseudo-device	clockctl		# user control of clock subsystem
198
199# a pseudo device needed for Coda	# also needs CODA (above)
200pseudo-device	vcoda		4	# coda minicache <-> venus comm.
201
202# a pseudo device needed for SMBFS
203pseudo-device	nsmb			# experimental - SMB requester
204
205# wscons pseudo-devices
206pseudo-device	wsmux			# mouse & keyboard multiplexor
207pseudo-device	wsfont
208pseudo-device	ksyms			# /dev/ksyms
209