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