Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: NEXTVOD,v 1.5 2022/08/07 02:52:25 simonb Exp $
      2 
      3 # This config and related files are placeholders/boilerplate for work
      4 # in progress.  Not expected to compile.
      5 
      6 include "arch/evbsh3/conf/std.nextvod"
      7 
      8 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 #ident 		"NEXTVOD-$Revision: 1.5 $"
     10 
     11 maxusers	32		# estimated number of users
     12 
     13 
     14 # Standard system options
     15 options 	INSECURE	# disable kernel security levels
     16 
     17 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18 options 	NTP		# NTP phase/frequency locked loop
     19 options 	KTRACE		# system call tracing via ktrace(1)
     20 
     21 options 	SYSVMSG		# System V message queues
     22 options 	SYSVSEM		# System V semaphores
     23 options 	SYSVSHM		# System V shared memory
     24 
     25 #options 	MODULAR		# new style module(7) framework
     26 #options 	MODULAR_DEFAULT_AUTOLOAD
     27 
     28 options 	USERCONF	# userconf(4) support
     29 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     30 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     31 
     32 
     33 # Diagnostic/debugging support options
     34 #options 	DIAGNOSTIC	# cheap kernel consistency checks
     35 #options 	DEBUG		# expensive debugging checks/support
     36 options 	DDB		# in-kernel debugger
     37 #options 	DDB_ONPANIC=0	# don't go into ddb on panic.
     38 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     39 #options 	DDB_COMMANDONENTER="bt"
     40 
     41 
     42 # File systems
     43 #file-system 	FFS		# UFS
     44 file-system 	MFS		# memory file system
     45 file-system 	NFS		# Network File System client
     46 file-system 	KERNFS		# /kern
     47 file-system 	PROCFS		# /proc
     48 file-system	PTYFS		# /dev/pts/N support
     49 
     50 # File system options
     51 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     52 #options 	UFS_ACL		# UFS Access Control Lists
     53 #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     54 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     55 #options 	WAPBL		# File system journaling support
     56 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     57 
     58 
     59 # Networking options
     60 #options 	GATEWAY		# packet forwarding
     61 options 	INET		# IP + ICMP + TCP + UDP
     62 options 	INET6		# IPV6
     63 #options 	IPSEC		# IP security
     64 #options 	IPSEC_DEBUG	# debug for IP security
     65 #options 	MROUTING	# IP multicast routing
     66 #options 	PIM		# Protocol Independent Multicast
     67 #options 	NETATALK	# AppleTalk networking protocols
     68 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     69 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     70 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     71 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     72 #options 	TCP_SIGNATURE	# Enable RFC-2385 TCP md5 signatures
     73 
     74 # These options enable verbose messages for several subsystems.
     75 # Warning, these may compile large string tables into the kernel!
     76 #options 	ACPIVERBOSE	# verbose ACPI configuration messages
     77 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     78 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     79 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     80 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     81 options 	SCSIVERBOSE	# human readable SCSI error messages
     82 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     83 #options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
     84 
     85 
     86 # Enable the hooks used for initializing the root memory-disk.
     87 #options 	MEMORY_DISK_HOOKS
     88 #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     89 #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     90 #options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
     91 #options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     92 
     93 #makeoptions 	DEBUG="-g"	# compile full symbol table
     94 makeoptions	COPY_SYMTAB=1
     95 
     96 # Kernel root file system and dump configuration.
     97 config		netbsd	root on ? type ?
     98 
     99 
    100 #
    101 # Device configuration
    102 #
    103 mainbus0 at root
    104 
    105 shb* at mainbus?
    106 
    107 # serial (console)
    108 stasc0 at mainbus?
    109 
    110 
    111 # Pseudo-Devices
    112 
    113 pseudo-device	swcrypto		# software crypto implementation
    114 
    115 # disk/mass storage pseudo-devices
    116 #pseudo-device	bio			# RAID control device driver
    117 #pseudo-device	ccd			# concatenated/striped disk devices
    118 #pseudo-device	cgd			# cryptographic disk devices
    119 
    120 #pseudo-device	raid			# RAIDframe disk driver
    121 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    122 #Options to enable various other RAIDframe RAID types.
    123 #options 	RF_INCLUDE_EVENODD=1
    124 #options 	RF_INCLUDE_RAID5_RS=1
    125 #options 	RF_INCLUDE_PARITYLOGGING=1
    126 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    127 #options 	RF_INCLUDE_INTERDECLUSTER=1
    128 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    129 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    130 
    131 #pseudo-device	fss			# file system snapshot device
    132 
    133 pseudo-device	md			# memory disk device (ramdisk
    134 #options 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
    135 
    136 #pseudo-device	vnd			# disk-like interface to files
    137 #options 	VND_COMPRESSION		# compressed vnd(4)
    138 
    139 # network pseudo-devices
    140 pseudo-device	bpfilter		# Berkeley packet filter
    141 #pseudo-device	carp			# Common Address Redundancy Protocol
    142 pseudo-device	loop			# network loopback
    143 #pseudo-device	mpls			# MPLS pseudo-interface
    144 #pseudo-device	ppp			# Point-to-Point Protocol
    145 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    146 #pseudo-device	sl			# Serial Line IP
    147 #pseudo-device	irframetty		# IrDA frame line discipline
    148 #pseudo-device	tun			# network tunneling over tty
    149 #pseudo-device	tap			# virtual Ethernet
    150 #pseudo-device	gre			# generic L3 over IP tunnel
    151 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    152 #pseudo-device	ipsecif			# tunnel interface for routing based ipsec
    153 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    154 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    155 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    156 #pseudo-device	bridge			# simple inter-network bridging
    157 #pseudo-device	vether			# Virtual Ethernet for bridge
    158 #pseudo-device	agr			# IEEE 802.3ad link aggregation
    159 #pseudo-device	l2tp			# L2TPv3 interface
    160 #pseudo-device	npf			# NPF packet filter
    161 
    162 # miscellaneous pseudo-devices
    163 pseudo-device	pty			# pseudo-terminals
    164 pseudo-device	clockctl		# user control of clock subsystem
    165 pseudo-device	ksyms			# /dev/ksyms
    166 #pseudo-device	lockstat		# lock profiling
    167 #pseudo-device	bcsp			# BlueCore Serial Protocol
    168 #pseudo-device	btuart			# Bluetooth HCI UART (H4)
    169 
    170 # wscons pseudo-devices
    171 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    172 #pseudo-device	wsfont
    173 # Give us a choice of fonts based on monitor size
    174 #options 	FONT_BOLD8x16
    175 #options 	FONT_BOLD16x32
    176 
    177 # pseudo audio device driver
    178 #pseudo-device	pad
    179 
    180 # userland interface to drivers, including autoconf and properties retrieval
    181 pseudo-device	drvctl
    182 
    183 #include "dev/veriexec.config"
    184