xref: /netbsd/sys/arch/evbppc/conf/EXPLORA451 (revision bffd2b8a)
1#	$NetBSD: EXPLORA451,v 1.72 2022/08/07 02:52:25 simonb Exp $
2#
3#	EXPLORA451 -- NCD Explora 450 Series Thin Client
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
37options 	USERCONF	# userconf(4) support
38#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
39#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
40
41# Alternate buffer queue strategies for better responsiveness under high
42# disk I/O load.
43#options 	BUFQ_READPRIO
44options 	BUFQ_PRIOCSCAN
45
46# Diagnostic/debugging support options
47options 	DIAGNOSTIC	# expensive kernel consistency checks
48options 	DEBUG		# expensive debugging checks/support
49options 	DDB		# in-kernel debugger
50options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
51#options 	KGDB		# remote debugger
52#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
53makeoptions	DEBUG="-g"	# compile full symbol table
54makeoptions	COPY_SYMTAB=1
55
56# Compatibility options
57include 	"conf/compat_netbsd13.config"
58options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
59
60# File systems
61file-system 	FFS		# UFS
62file-system 	EXT2FS		# second extended file system (linux)
63file-system 	LFS		# log-structured file system
64file-system 	MFS		# memory file system
65file-system 	NFS		# Network File System client
66file-system 	NTFS		# Windows/NT file system (experimental)
67file-system 	CD9660		# ISO 9660 + Rock Ridge file system
68file-system 	MSDOSFS		# MS-DOS file system
69file-system 	FDESC		# /dev/fd
70file-system 	KERNFS		# /kern
71file-system 	NULLFS		# loopback file system
72file-system 	OVERLAY		# overlay file system
73file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
74file-system 	PROCFS		# /proc
75file-system 	UMAPFS		# NULLFS + uid and gid remapping
76file-system 	UNION		# union file system
77file-system	CODA		# Coda File System; also needs vcoda (below)
78file-system	PTYFS		# /dev/pts/N support
79file-system	TMPFS		# Efficient memory file-system
80
81# File system options
82#options 	FFS_EI		# FFS Endian Independent support
83#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
84options 	QUOTA		# legacy UFS quotas
85options 	QUOTA2		# new, in-filesystem UFS quotas
86#options 	UFS_DIRHASH	# UFS Large Directory Hashing
87#options 	UFS_EXTATTR	# Extended attribute support for UFS1
88options 	WAPBL		# File system journaling support
89#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
90#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
91				# immutable) behave as system flags.
92options 	NFSSERVER	# Network File System server
93
94# Networking options
95#options 	GATEWAY		# packet forwarding
96options 	INET		# IP + ICMP + TCP + UDP
97options 	INET6		# IPV6
98#options 	IPSEC		# IP security
99#options 	IPSEC_DEBUG	# debug for IP security
100#options 	MROUTING	# IP multicast routing
101#options 	PIM		# Protocol Independent Multicast
102options 	NETATALK	# AppleTalk networking protocols
103options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
104options 	PPP_DEFLATE	# Deflate compression support for PPP
105options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
106#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
107
108# Options for wscons
109#
110# builtin terminal emulations
111#options 	WSEMUL_SUN		# sun terminal emulation
112options 	WSEMUL_VT100		# VT100 / VT220 emulation
113# different kernel output - see dev/wscons/wsdisplayvar.h
114options 	WS_KERNEL_FG=WSCOL_GREEN
115#options 	WS_KERNEL_BG=WSCOL_BLACK
116# compatibility to other console drivers
117#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
118#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
119#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
120#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
121# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
122#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
123# allocate a number of virtual screens at autoconfiguration time
124options 	WSDISPLAY_DEFAULTSCREENS=1
125
126# Options for netboot
127options 	NFS_BOOT_UDP		# for much better performance
128options 	NFS_BOOT_BOOTPARAM
129options 	NFS_BOOT_DHCP
130
131config		netbsd  root on ? type ?
132
133elb0		at root
134
135cpu0		at elb?
136com0		at elb?
137lpt0		at elb?
138le0		at elb?
139
140fb0		at elb?
141wsdisplay*	at fb?
142
143pckbc0		at elb?
144pckbd*		at pckbc?
145wskbd*		at pckbd? console ?
146pms*		at pckbc?
147wsmouse*	at pms? mux 0
148
149# Pseudo-Devices
150
151# disk/mass storage pseudo-devices
152
153pseudo-device	md			# memory disk device (ramdisk)
154pseudo-device	vnd			# disk-like interface to files
155pseudo-device	putter			# for puffs and pud
156
157# network pseudo-devices
158pseudo-device	bpfilter		# Berkeley packet filter
159pseudo-device 	carp			# Common Address Redundancy Protocol
160pseudo-device	npf			# NPF packet filter
161pseudo-device	loop			# network loopback
162pseudo-device	ppp			# Point-to-Point Protocol
163pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
164pseudo-device	sl			# Serial Line IP
165pseudo-device	irframetty		# IrDA frame line discipline
166pseudo-device	tun			# network tunneling over tty
167pseudo-device	tap			# virtual Ethernet
168pseudo-device	gre			# generic L3 over IP tunnel
169pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
170#pseudo-device	faith			# IPv[46] tcp relay translation i/f
171pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
172pseudo-device	vlan			# IEEE 802.1q encapsulation
173pseudo-device	bridge			# simple inter-network bridging
174pseudo-device	vether			# Virtual Ethernet for bridge
175
176# miscellaneous pseudo-devices
177pseudo-device	pty			# pseudo-terminals
178#options 	RND_COM			# use "com" randomness as well (BROKEN)
179pseudo-device	clockctl		# user control of clock subsystem
180pseudo-device	ksyms			# /dev/ksyms
181
182# a pseudo device needed for Coda	# also needs CODA (above)
183pseudo-device	vcoda			# coda minicache <-> venus comm.
184
185# wscons pseudo-devices
186pseudo-device	wsmux			# mouse & keyboard multiplexor
187pseudo-device	wsfont
188
189include "dev/veriexec.config"
190