EXPLORA451 revision 1.1
1#	$NetBSD: EXPLORA451,v 1.1 2003/03/11 10:57:54 hannken 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 	UCONSOLE	# users can use TIOCCONS (for xconsole)
23options 	INSECURE	# disable kernel security levels - X needs this
24
25options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
26options 	NTP		# NTP phase/frequency locked loop
27
28options 	KTRACE		# system call tracing via ktrace(1)
29options 	SYSTRACE	# system call vetting via systrace(1)
30
31options 	SYSVMSG		# System V-like message queues
32options 	SYSVSEM		# System V-like semaphores
33#options 	SEMMNI=10	# number of semaphore identifiers
34#options 	SEMMNS=60	# number of semaphores in system
35#options 	SEMUME=10	# max number of undo entries per process
36#options 	SEMMNU=30	# number of undo structures in system
37options 	SYSVSHM		# System V-like memory sharing
38#options 	SHMMAXPGS=2048	# 2048 pages is the default
39
40options 	LKM		# loadable kernel modules
41
42options 	USERCONF	# userconf(4) support
43#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
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
58
59# Compatibility options
60options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
61options 	COMPAT_09	# NetBSD 0.9,
62options 	COMPAT_10	# NetBSD 1.0,
63options 	COMPAT_11	# NetBSD 1.1,
64options 	COMPAT_12	# NetBSD 1.2,
65options 	COMPAT_13	# NetBSD 1.3,
66options 	COMPAT_14	# NetBSD 1.4,
67options 	COMPAT_15	# NetBSD 1.5,
68options 	COMPAT_43	# and 4.3BSD
69#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
70
71# File systems
72file-system 	FFS		# UFS
73file-system 	EXT2FS		# second extended file system (linux)
74file-system 	LFS		# log-structured file system
75file-system 	MFS		# memory file system
76file-system 	NFS		# Network File System client
77file-system 	NTFS		# Windows/NT file system (experimental)
78file-system 	CD9660		# ISO 9660 + Rock Ridge file system
79file-system 	MSDOSFS		# MS-DOS file system
80file-system 	FDESC		# /dev/fd
81file-system 	KERNFS		# /kern
82file-system 	NULLFS		# loopback file system
83file-system 	OVERLAY		# overlay file system
84file-system 	PORTAL		# portal filesystem (still experimental)
85file-system 	PROCFS		# /proc
86file-system 	UMAPFS		# NULLFS + uid and gid remapping
87file-system 	UNION		# union file system
88file-system	CODA		# Coda File System; also needs vcoda (below)
89file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
90
91# File system options
92options 	QUOTA		# UFS quotas
93#options 	FFS_EI		# FFS Endian Independent support
94options 	SOFTDEP		# FFS soft updates support.
95options 	NFSSERVER	# Network File System server
96#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
97				# immutable) behave as system flags.
98
99# Networking options
100#options 	GATEWAY		# packet forwarding
101options 	INET		# IP + ICMP + TCP + UDP
102options 	INET6		# IPV6
103#options 	IPSEC		# IP security
104#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
105#options 	IPSEC_DEBUG	# debug for IP security
106#options 	MROUTING	# IP multicast routing
107#options 	NS		# XNS
108#options 	NSIP		# XNS tunneling over IP
109options 	ISO,TPIP	# OSI
110#options 	EON		# OSI tunneling over IP
111options 	CCITT,LLC,HDLC	# X.25
112options 	NETATALK	# AppleTalk networking protocols
113options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
114options 	PPP_DEFLATE	# Deflate compression support for PPP
115options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
116options 	PFIL_HOOKS	# pfil(9) packet filter hooks
117options 	IPFILTER_LOG	# ipmon(8) log support
118#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
119#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
120
121# Options for wscons
122#
123# builtin terminal emulations
124#options 	WSEMUL_SUN		# sun terminal emulation
125options 	WSEMUL_VT100		# VT100 / VT220 emulation
126# different kernel output - see dev/wscons/wsdisplayvar.h
127options 	WS_KERNEL_FG=WSCOL_GREEN
128#options 	WS_KERNEL_BG=WSCOL_BLACK
129# compatibility to other console drivers
130#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
131#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
132#options 	WSDISPLAY_COMPAT_USL		# VT handling
133#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
134# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
135#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
136# allocate a number of virtual screens at autoconfiguration time
137options 	WSDISPLAY_DEFAULTSCREENS=1
138
139# Options for netboot
140options 	NFS_BOOT_BOOTPARAM
141options 	NFS_BOOT_DHCP
142
143config		netbsd  root on ? type ?
144
145elb0		at root
146
147cpu0		at elb?
148com0		at elb?
149lpt0		at elb?
150le0		at elb?
151
152fb0		at elb?
153wsdisplay*	at fb?
154
155pckbc0		at elb?
156pckbd*		at pckbc?
157wskbd*		at pckbd? console ?
158pms*		at pckbc?
159wsmouse*	at pms? mux 0
160
161# Pseudo-Devices
162
163# disk/mass storage pseudo-devices
164
165pseudo-device	md		1	# memory disk device (ramdisk)
166pseudo-device	vnd		4	# disk-like interface to files
167
168# network pseudo-devices
169pseudo-device	bpfilter	8	# Berkeley packet filter
170pseudo-device	ipfilter		# IP filter (firewall) and NAT
171pseudo-device	loop			# network loopback
172pseudo-device	ppp		2	# Point-to-Point Protocol
173pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
174pseudo-device	sl		2	# Serial Line IP
175pseudo-device	strip		2	# Starmode Radio IP (Metricom)
176pseudo-device	irframetty		# IrDA frame line discipline
177pseudo-device	tun		2	# network tunneling over tty
178pseudo-device	gre		2	# generic L3 over IP tunnel
179pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
180#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
181#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
182pseudo-device	vlan			# IEEE 802.1q encapsulation
183pseudo-device	bridge			# simple inter-network bridging
184#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
185
186# miscellaneous pseudo-devices
187pseudo-device	pty			# pseudo-terminals
188pseudo-device	tb		1	# tablet line discipline
189pseudo-device	rnd			# /dev/random and in-kernel generator
190#options 	RND_COM			# use "com" randomness as well (BROKEN)
191pseudo-device	clockctl		# user control of clock subsystem
192
193# a pseudo device needed for Coda	# also needs CODA (above)
194pseudo-device	vcoda		4	# coda minicache <-> venus comm.
195
196# a pseudo device needed for SMBFS
197pseudo-device	nsmb			# experimental - SMB requester
198
199# wscons pseudo-devices
200pseudo-device	wsmux			# mouse & keyboard multiplexor
201pseudo-device	wsfont
202