11.73Schristos#	$NetBSD: EXPLORA451,v 1.73 2024/01/29 18:27:12 christos Exp $
21.1Shannken#
31.70Srin#	EXPLORA451 -- NCD Explora 450 Series Thin Client
41.1Shannken#
51.1Shannken
61.61Smrginclude 	"arch/evbppc/conf/std.explora"
71.1Shannken
81.1Shannken#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Shannken
101.1Shannken#ident 		"EXPLORA451"
111.1Shannken
121.1Shannkenmaxusers	32
131.1Shannken
141.1Shannken# Options for necessary to use root memory disk
151.1Shannken#options 	MEMORY_DISK_HOOKS
161.1Shannken#options 	MEMORY_DISK_IS_ROOT
171.1Shannken#options 	MEMORY_DISK_SERVER=0
181.1Shannken#options 	MEMORY_DISK_ROOT_SIZE=4096
191.1Shannken
201.1Shannken# Standard system options
211.1Shannken
221.1Shannkenoptions 	INSECURE	# disable kernel security levels - X needs this
231.1Shannken
241.1Shannkenoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
251.1Shannkenoptions 	NTP		# NTP phase/frequency locked loop
261.1Shannken
271.1Shannkenoptions 	KTRACE		# system call tracing via ktrace(1)
281.1Shannken
291.1Shannkenoptions 	SYSVMSG		# System V-like message queues
301.1Shannkenoptions 	SYSVSEM		# System V-like semaphores
311.1Shannken#options 	SEMMNI=10	# number of semaphore identifiers
321.1Shannken#options 	SEMMNS=60	# number of semaphores in system
331.1Shannken#options 	SEMUME=10	# max number of undo entries per process
341.1Shannken#options 	SEMMNU=30	# number of undo structures in system
351.1Shannkenoptions 	SYSVSHM		# System V-like memory sharing
361.1Shannken
371.1Shannkenoptions 	USERCONF	# userconf(4) support
381.1Shannken#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
391.5Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
401.1Shannken
411.62Ssevan# Alternate buffer queue strategies for better responsiveness under high
421.62Ssevan# disk I/O load.
431.13Stsutsui#options 	BUFQ_READPRIO
441.64Ssevanoptions 	BUFQ_PRIOCSCAN
451.1Shannken
461.1Shannken# Diagnostic/debugging support options
471.1Shannkenoptions 	DIAGNOSTIC	# expensive kernel consistency checks
481.1Shannkenoptions 	DEBUG		# expensive debugging checks/support
491.1Shannkenoptions 	DDB		# in-kernel debugger
501.1Shannkenoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
511.1Shannken#options 	KGDB		# remote debugger
521.1Shannken#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
531.1Shannkenmakeoptions	DEBUG="-g"	# compile full symbol table
541.57Sjoergmakeoptions	COPY_SYMTAB=1
551.1Shannken
561.1Shannken# Compatibility options
571.61Smrginclude 	"conf/compat_netbsd13.config"
581.1Shannkenoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
591.1Shannken
601.1Shannken# File systems
611.1Shannkenfile-system 	FFS		# UFS
621.1Shannkenfile-system 	EXT2FS		# second extended file system (linux)
631.1Shannkenfile-system 	LFS		# log-structured file system
641.1Shannkenfile-system 	MFS		# memory file system
651.1Shannkenfile-system 	NFS		# Network File System client
661.1Shannkenfile-system 	NTFS		# Windows/NT file system (experimental)
671.1Shannkenfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
681.1Shannkenfile-system 	MSDOSFS		# MS-DOS file system
691.1Shannkenfile-system 	FDESC		# /dev/fd
701.1Shannkenfile-system 	KERNFS		# /kern
711.1Shannkenfile-system 	NULLFS		# loopback file system
721.1Shannkenfile-system 	OVERLAY		# overlay file system
731.39Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
741.1Shannkenfile-system 	PROCFS		# /proc
751.1Shannkenfile-system 	UMAPFS		# NULLFS + uid and gid remapping
761.1Shannkenfile-system 	UNION		# union file system
771.1Shannkenfile-system	CODA		# Coda File System; also needs vcoda (below)
781.18Schristosfile-system	PTYFS		# /dev/pts/N support
791.69Srinfile-system	TMPFS		# Efficient memory file-system
801.1Shannken
811.1Shannken# File system options
821.72Ssimonb#options 	FFS_EI		# FFS Endian Independent support
831.72Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
841.42Sbouyeroptions 	QUOTA		# legacy UFS quotas
851.42Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
861.72Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
871.72Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
881.47Sdhollandoptions 	WAPBL		# File system journaling support
891.72Ssimonb#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
901.72Ssimonboptions 	NFSSERVER	# Network File System server
911.1Shannken
921.1Shannken# Networking options
931.1Shannken#options 	GATEWAY		# packet forwarding
941.1Shannkenoptions 	INET		# IP + ICMP + TCP + UDP
951.1Shannkenoptions 	INET6		# IPV6
961.1Shannken#options 	IPSEC		# IP security
971.1Shannken#options 	IPSEC_DEBUG	# debug for IP security
981.1Shannken#options 	MROUTING	# IP multicast routing
991.6Smanu#options 	PIM		# Protocol Independent Multicast
1001.1Shannkenoptions 	NETATALK	# AppleTalk networking protocols
1011.1Shannkenoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1021.1Shannkenoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1031.1Shannkenoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1041.1Shannken#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1051.1Shannken
1061.1Shannken# Options for wscons
1071.1Shannken#
1081.1Shannken# builtin terminal emulations
1091.1Shannken#options 	WSEMUL_SUN		# sun terminal emulation
1101.1Shannkenoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1111.1Shannken# different kernel output - see dev/wscons/wsdisplayvar.h
1121.1Shannkenoptions 	WS_KERNEL_FG=WSCOL_GREEN
1131.1Shannken#options 	WS_KERNEL_BG=WSCOL_BLACK
1141.1Shannken# compatibility to other console drivers
1151.1Shannken#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1161.1Shannken#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1171.48Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1181.1Shannken#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1191.25Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1201.1Shannken#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1211.1Shannken# allocate a number of virtual screens at autoconfiguration time
1221.1Shannkenoptions 	WSDISPLAY_DEFAULTSCREENS=1
1231.1Shannken
1241.1Shannken# Options for netboot
1251.71Srinoptions 	NFS_BOOT_UDP		# for much better performance
1261.1Shannkenoptions 	NFS_BOOT_BOOTPARAM
1271.1Shannkenoptions 	NFS_BOOT_DHCP
1281.1Shannken
1291.1Shannkenconfig		netbsd  root on ? type ?
1301.1Shannken
1311.1Shannkenelb0		at root
1321.1Shannken
1331.1Shannkencpu0		at elb?
1341.1Shannkencom0		at elb?
1351.1Shannkenlpt0		at elb?
1361.1Shannkenle0		at elb?
1371.1Shannken
1381.1Shannkenfb0		at elb?
1391.1Shannkenwsdisplay*	at fb?
1401.1Shannken
1411.1Shannkenpckbc0		at elb?
1421.1Shannkenpckbd*		at pckbc?
1431.1Shannkenwskbd*		at pckbd? console ?
1441.1Shannkenpms*		at pckbc?
1451.1Shannkenwsmouse*	at pms? mux 0
1461.1Shannken
1471.1Shannken# Pseudo-Devices
1481.1Shannken
1491.1Shannken# disk/mass storage pseudo-devices
1501.1Shannken
1511.41Shannkenpseudo-device	md			# memory disk device (ramdisk)
1521.22Scubepseudo-device	vnd			# disk-like interface to files
1531.39Spookapseudo-device	putter			# for puffs and pud
1541.1Shannken
1551.1Shannken# network pseudo-devices
1561.21Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1571.64Ssevanpseudo-device 	carp			# Common Address Redundancy Protocol
1581.63Smaxvpseudo-device	npf			# NPF packet filter
1591.1Shannkenpseudo-device	loop			# network loopback
1601.22Scubepseudo-device	ppp			# Point-to-Point Protocol
1611.1Shannkenpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1621.22Scubepseudo-device	sl			# Serial Line IP
1631.1Shannkenpseudo-device	irframetty		# IrDA frame line discipline
1641.22Scubepseudo-device	tun			# network tunneling over tty
1651.9Scubepseudo-device	tap			# virtual Ethernet
1661.22Scubepseudo-device	gre			# generic L3 over IP tunnel
1671.22Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1681.22Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1691.24Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1701.1Shannkenpseudo-device	vlan			# IEEE 802.1q encapsulation
1711.1Shannkenpseudo-device	bridge			# simple inter-network bridging
1721.68Sroypseudo-device	vether			# Virtual Ethernet for bridge
1731.1Shannken
1741.1Shannken# miscellaneous pseudo-devices
1751.1Shannkenpseudo-device	pty			# pseudo-terminals
1761.1Shannken#options 	RND_COM			# use "com" randomness as well (BROKEN)
1771.1Shannkenpseudo-device	clockctl		# user control of clock subsystem
1781.26Ssimonbpseudo-device	ksyms			# /dev/ksyms
1791.1Shannken
1801.1Shannken# a pseudo device needed for Coda	# also needs CODA (above)
1811.52Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
1821.1Shannken
1831.1Shannken# wscons pseudo-devices
1841.1Shannkenpseudo-device	wsmux			# mouse & keyboard multiplexor
1851.1Shannkenpseudo-device	wsfont
1861.64Ssevan
1871.64Ssevaninclude "dev/veriexec.config"
188