EXPLORA451 revision 1.2
1#	$NetBSD: EXPLORA451,v 1.2 2003/04/10 22:06:55 christos 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
44# Enable experimental buffer queue strategy for better responsiveness under 
45# high disk I/O load. Use it with caution - it's not proven to be stable yet.
46#options 	NEW_BUFQ_STRATEGY
47
48# Diagnostic/debugging support options
49options 	DIAGNOSTIC	# expensive 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
54#options 	KGDB		# remote debugger
55#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
56makeoptions	DEBUG="-g"	# compile full symbol table
57
58# Compatibility options
59options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
60options 	COMPAT_09	# NetBSD 0.9,
61options 	COMPAT_10	# NetBSD 1.0,
62options 	COMPAT_11	# NetBSD 1.1,
63options 	COMPAT_12	# NetBSD 1.2,
64options 	COMPAT_13	# NetBSD 1.3,
65options 	COMPAT_14	# NetBSD 1.4,
66options 	COMPAT_15	# NetBSD 1.5,
67options 	COMPAT_43	# and 4.3BSD
68#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
69
70# File systems
71file-system 	FFS		# UFS
72file-system 	EXT2FS		# second extended file system (linux)
73file-system 	LFS		# log-structured file system
74file-system 	MFS		# memory file system
75file-system 	NFS		# Network File System client
76file-system 	NTFS		# Windows/NT file system (experimental)
77file-system 	CD9660		# ISO 9660 + Rock Ridge file system
78file-system 	MSDOSFS		# MS-DOS file system
79file-system 	FDESC		# /dev/fd
80file-system 	KERNFS		# /kern
81file-system 	NULLFS		# loopback file system
82file-system 	OVERLAY		# overlay file system
83file-system 	PORTAL		# portal filesystem (still experimental)
84file-system 	PROCFS		# /proc
85file-system 	UMAPFS		# NULLFS + uid and gid remapping
86file-system 	UNION		# union file system
87file-system	CODA		# Coda File System; also needs vcoda (below)
88file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
89
90# File system options
91options 	QUOTA		# UFS quotas
92#options 	FFS_EI		# FFS Endian Independent support
93options 	SOFTDEP		# FFS soft updates support.
94options 	NFSSERVER	# Network File System server
95#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
96				# immutable) behave as system flags.
97
98# Networking options
99#options 	GATEWAY		# packet forwarding
100options 	INET		# IP + ICMP + TCP + UDP
101options 	INET6		# IPV6
102#options 	IPSEC		# IP security
103#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
104#options 	IPSEC_DEBUG	# debug for IP security
105#options 	MROUTING	# IP multicast routing
106#options 	NS		# XNS
107#options 	NSIP		# XNS tunneling over IP
108options 	ISO,TPIP	# OSI
109#options 	EON		# OSI tunneling over IP
110options 	CCITT,LLC,HDLC	# X.25
111options 	NETATALK	# AppleTalk networking protocols
112options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
113options 	PPP_DEFLATE	# Deflate compression support for PPP
114options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
115options 	PFIL_HOOKS	# pfil(9) packet filter hooks
116options 	IPFILTER_LOG	# ipmon(8) log support
117#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
118#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
119
120# Options for wscons
121#
122# builtin terminal emulations
123#options 	WSEMUL_SUN		# sun terminal emulation
124options 	WSEMUL_VT100		# VT100 / VT220 emulation
125# different kernel output - see dev/wscons/wsdisplayvar.h
126options 	WS_KERNEL_FG=WSCOL_GREEN
127#options 	WS_KERNEL_BG=WSCOL_BLACK
128# compatibility to other console drivers
129#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
130#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
131#options 	WSDISPLAY_COMPAT_USL		# VT handling
132#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
133# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
134#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
135# allocate a number of virtual screens at autoconfiguration time
136options 	WSDISPLAY_DEFAULTSCREENS=1
137
138# Options for netboot
139options 	NFS_BOOT_BOOTPARAM
140options 	NFS_BOOT_DHCP
141
142config		netbsd  root on ? type ?
143
144elb0		at root
145
146cpu0		at elb?
147com0		at elb?
148lpt0		at elb?
149le0		at elb?
150
151fb0		at elb?
152wsdisplay*	at fb?
153
154pckbc0		at elb?
155pckbd*		at pckbc?
156wskbd*		at pckbd? console ?
157pms*		at pckbc?
158wsmouse*	at pms? mux 0
159
160# Pseudo-Devices
161
162# disk/mass storage pseudo-devices
163
164pseudo-device	md		1	# memory disk device (ramdisk)
165pseudo-device	vnd		4	# disk-like interface to files
166
167# network pseudo-devices
168pseudo-device	bpfilter	8	# Berkeley packet filter
169pseudo-device	ipfilter		# IP filter (firewall) and NAT
170pseudo-device	loop			# network loopback
171pseudo-device	ppp		2	# Point-to-Point Protocol
172pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
173pseudo-device	sl		2	# Serial Line IP
174pseudo-device	strip		2	# Starmode Radio IP (Metricom)
175pseudo-device	irframetty		# IrDA frame line discipline
176pseudo-device	tun		2	# network tunneling over tty
177pseudo-device	gre		2	# generic L3 over IP tunnel
178pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
179#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
180#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
181pseudo-device	vlan			# IEEE 802.1q encapsulation
182pseudo-device	bridge			# simple inter-network bridging
183#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
184
185# miscellaneous pseudo-devices
186pseudo-device	pty			# pseudo-terminals
187pseudo-device	tb		1	# tablet line discipline
188pseudo-device	rnd			# /dev/random and in-kernel generator
189#options 	RND_COM			# use "com" randomness as well (BROKEN)
190pseudo-device	clockctl		# user control of clock subsystem
191
192# a pseudo device needed for Coda	# also needs CODA (above)
193pseudo-device	vcoda		4	# coda minicache <-> venus comm.
194
195# a pseudo device needed for SMBFS
196pseudo-device	nsmb			# experimental - SMB requester
197
198# wscons pseudo-devices
199pseudo-device	wsmux			# mouse & keyboard multiplexor
200pseudo-device	wsfont
201