xref: /netbsd-src/sys/arch/evbppc/conf/OPENBLOCKS266 (revision c78676accca07215237e546e46e3c7eee6d5716d)
1#	$NetBSD: OPENBLOCKS266,v 1.80 2024/01/29 18:27:12 christos Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include 	"arch/evbppc/conf/std.obs266"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10#ident 		"OPENBLOCKS266-$Revision: 1.80 $"
11
12maxusers	32
13
14
15#
16# Standard system options
17#
18
19#options 	INSECURE		# disable kernel security levels
20#options 	NTP			# NTP phase/frequency locked loop
21#options 	KTRACE			# system call tracing via ktrace(1)
22
23options 	SYSVMSG			# System V message queues
24options 	SYSVSEM			# System V semaphores
25options 	SYSVSHM			# System V shared memory
26
27#options 	USERCONF		# userconf(4) support
28#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
29#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
30
31#options 	UVMHIST
32#options 	UVMHIST_PRINT
33
34
35# Alternate buffer queue strategies for better responsiveness under high
36# disk I/O load.
37#options 	BUFQ_READPRIO
38options 	BUFQ_PRIOCSCAN
39
40#
41# Diagnostic/debugging support options
42#
43
44#options 	DIAGNOSTIC		# cheap kernel consistency checks
45options 	DEBUG			# expensive debugging checks/support
46options 	DDB			# in-kernel debugger
47options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
48options 	TRAP_PANICWAIT
49makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
50
51makeoptions	DEBUG="-g"		# compile full symbol table
52
53
54#
55# Compatibility options
56#
57
58include 	"conf/compat_netbsd13.config"
59#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
60
61#
62# File systems
63#
64
65file-system 	FFS		# UFS
66file-system 	EXT2FS		# second extended file system (linux)
67file-system 	LFS		# log-structured file system
68file-system 	MFS		# memory file system
69file-system 	NFS		# Network File System client
70file-system 	CD9660		# ISO 9660 + Rock Ridge file system
71file-system 	MSDOSFS		# MS-DOS file system
72file-system 	FDESC		# /dev/fd
73file-system 	KERNFS		# /kern
74file-system 	NULLFS		# loopback file system
75file-system 	OVERLAY		# overlay file system
76file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
77file-system 	PROCFS		# /proc
78file-system 	UMAPFS		# NULLFS + uid and gid remapping
79file-system 	UNION		# union file system
80file-system	PTYFS		# /dev/pts/N support
81file-system	TMPFS		# Efficient memory file-system
82#file-system	NTFS		# Windows NT file system (experimental)
83
84
85#
86# File system options
87#
88
89options 	FFS_EI		# FFS Endian Independent support
90#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
91options 	QUOTA		# legacy UFS quotas
92options 	QUOTA2		# new, in-filesystem UFS quotas
93options 	UFS_DIRHASH	# UFS Large Directory Hashing
94#options 	UFS_EXTATTR	# Extended attribute support for UFS1
95options 	WAPBL		# File system journaling support
96options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
97options 	NFSSERVER	# Network File System server
98options 	NFS_BOOT_DHCP	# Support DHCP NFS root
99
100
101#
102# Networking options
103#
104
105options 	GATEWAY		# packet forwarding
106options 	INET		# IP + ICMP + TCP + UDP
107options 	INET6		# IPv6
108#options 	IPSEC		# IP security
109#options 	IPSEC_DEBUG	# debug for IP security
110#options 	MROUTING	# IP multicast routing
111#options 	PIM		# Protocol Independent Multicast
112#options 	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)
116#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
117
118
119#
120# Kernel root file system and dump configuration.
121#
122
123config		netbsd	root on ? type ?
124
125
126#
127# Device configuration
128#
129
130plb0 at root				# Processor Local Bus
131cpu0	at plb?				# CPU
132ecc0	at plb? irq 17			# On-chip ECC controller
133pchb0	at plb?				# PCI-Host bridges
134
135# On-chip Peripheral Bus support
136opb*	at plb?				# On-chip Peripheral Bus
137wdog*	at opb?				# Watchdog timer
138com*	at opb? addr ? irq ?		# UARTs
139emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
140options	EMAC_EVENT_COUNTERS
141gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
142iic0	at gpiic?			# I2C bus
143xrtc0	at iic? addr 0x6f		# RTC
144opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
145gpio*	at opbgpio?			# GPIO framework
146
147# PCI bus support
148pci*	at pchb?
149options 	PCIVERBOSE		# verbose PCI device autoconfig messages
150#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
151options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
152					# to configure PCI devices
153#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
154ppb*	at pci? dev ? function ?	# PCI-PCI bridges
155hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
156tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
157
158# ATA (IDE) bus support
159atabus* at ata?
160wd*	at atabus? drive ?
161
162# MII/PHY support
163dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
164lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
165ukphy*	at mii? phy ?			# unknown PHYs
166options 	MIIVERBOSE		# verbose PHY autoconfig messages
167
168
169#
170# Pseudo devices
171#
172
173# disk/mass storage pseudo-devices
174#pseudo-device	ccd			# concatenated/striped disk devices
175#pseudo-device	cgd			# cryptographic disk devices
176#pseudo-device	raid			# RAIDframe disk driver
177#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
178#pseudo-device	fss			# file system snapshot device
179#pseudo-device	md			# memory disk device
180#pseudo-device	vnd			# disk-like interface to files
181
182# network pseudo-devices
183pseudo-device	loop			# network loopback
184pseudo-device	bpfilter		# packet filter
185pseudo-device 	carp			# Common Address Redundancy Protocol
186pseudo-device	npf			# NPF packet filter
187pseudo-device	ppp			# Point-to-Point Protocol
188pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
189pseudo-device	sl			# Serial Line IP
190pseudo-device	irframetty		# IrDA frame line discipline
191pseudo-device	tap			# virtual ethernet
192pseudo-device	tun			# network tunneling over tty
193pseudo-device	gre			# generic L3 over IP tunnel
194pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
195#pseudo-device	faith			# IPv[46] TCP relay translation i/f
196pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
197pseudo-device	vlan			# IEEE 802.1q encapsulation
198pseudo-device	bridge			# simple inter-network bridging
199pseudo-device	vether			# Virtual Ethernet for bridge
200pseudo-device	agr			# IEEE 802.3ad link aggregation
201
202# miscellaneous pseudo-devices
203pseudo-device	pty			# pseudo-terminals
204pseudo-device	clockctl		# user control of clock subsystem
205pseudo-device	ksyms			# /dev/ksyms
206pseudo-device	putter			# for puffs and pud
207
208include "dev/veriexec.config"
209