DHT revision 1.2
1#	$NetBSD: DHT,v 1.2 2021/06/03 09:09:22 rin Exp $
2#
3#	DHT --- DHT Walnut 405GP Evaluation Board
4#		(Digital Home Technologies PCB 01070201 Rev. 1.1)
5#
6
7include 	"arch/evbppc/conf/std.dht"
8
9options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11#ident 		"DHT-$Revision: 1.2 $"
12
13maxusers	32
14
15
16#
17# Standard system options
18#
19
20options 	INSECURE		# disable kernel security levels
21options 	NTP			# NTP phase/frequency locked loop
22options 	KTRACE			# system call tracing via ktrace(1)
23
24options 	SYSVMSG			# System V message queues
25options 	SYSVSEM			# System V semaphores
26options 	SYSVSHM			# System V shared memory
27
28options 	MODULAR			# new style module(7) framework
29#options 	MODULAR_DEFAULT_AUTOLOAD
30#options 	USERCONF		# userconf(4) support
31#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
32#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
33
34#options 	UVMHIST
35#options 	UVMHIST_PRINT
36
37
38# Alternate buffer queue strategies for better responsiveness under high
39# disk I/O load.
40#options 	BUFQ_READPRIO
41options 	BUFQ_PRIOCSCAN
42
43#
44# Diagnostic/debugging support options
45#
46
47options 	DIAGNOSTIC		# cheap kernel consistency checks
48#options 	DEBUG			# expensive debugging checks/support
49options 	DDB			# in-kernel debugger
50options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
51#options 	TRAP_PANICWAIT
52makeoptions	COPY_SYMTAB=1		# size for embedded symbol table
53
54makeoptions	DEBUG="-g"		# compile full symbol table
55
56
57#
58# Compatibility options
59#
60
61include 	"conf/compat_netbsd13.config"
62#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
63
64#
65# File systems
66#
67
68file-system 	FFS		# UFS
69file-system 	EXT2FS		# second extended file system (linux)
70file-system 	LFS		# log-structured file system
71file-system 	MFS		# memory file system
72file-system 	NFS		# Network File System client
73file-system 	CD9660		# ISO 9660 + Rock Ridge file system
74file-system 	MSDOSFS		# MS-DOS file system
75file-system 	FDESC		# /dev/fd
76file-system 	KERNFS		# /kern
77file-system 	NULLFS		# loopback file system
78file-system 	OVERLAY		# overlay file system
79file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
80file-system 	PROCFS		# /proc
81file-system 	UMAPFS		# NULLFS + uid and gid remapping
82file-system 	UNION		# union file system
83file-system	PTYFS		# /dev/pts/N support
84file-system	TMPFS		# Efficient memory file-system
85#file-system	NTFS		# Windows NT file system (experimental)
86
87
88#
89# File system options
90#
91
92options 	QUOTA		# legacy UFS quotas
93options 	QUOTA2		# new, in-filesystem UFS quotas
94options 	FFS_EI			# FFS Endian Independent support
95options 	WAPBL		# File system journaling support
96options 	NFSSERVER		# Network File System server
97#options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
98options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
99					# immutable) behave as system flags.
100options 	NFS_BOOT_DHCP		# Support DHCP NFS root
101
102
103#
104# Networking options
105#
106
107options 	GATEWAY		# packet forwarding
108options 	INET		# IP + ICMP + TCP + UDP
109options 	INET6		# IPv6
110#options 	IPSEC		# IP security
111#options 	IPSEC_DEBUG	# debug for IP security
112#options 	MROUTING	# IP multicast routing
113#options 	PIM		# Protocol Independent Multicast
114#options 	NETATALK	# AppleTalk networking protocols
115options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
116options 	PPP_DEFLATE	# Deflate compression support for PPP
117options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
118#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
119
120
121#
122# Kernel root file system and dump configuration.
123#
124
125#config		netbsd	root on ? type ?
126config		netbsd	root on wd0a type ffs
127#config		netbsd	root on emac0 type nfs
128
129
130#
131# Device configuration
132#
133
134plb0 at root				# Processor Local Bus
135cpu0	at plb?				# CPU
136ecc0	at plb? irq 17			# On-chip ECC controller
137pchb0	at plb?				# PCI-Host bridges
138
139# On-chip Peripheral Bus support
140opb*	at plb?				# On-chip Peripheral Bus
141wdog*	at opb?				# Watchdog timer
142com*	at opb? addr ? irq ?		# UARTs
143emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
144#options 	EMAC_EVENT_COUNTERS
145opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
146gpio*	at opbgpio?			# GPIO framework
147	# GPIO pins 0-8 go to J5 header. Pins 0 and 1 are also connected to
148	# Power and Media LEDs, respectively (negative logic).
149
150# PCI bus support
151pci*	at pchb?
152options 	PCIVERBOSE		# verbose PCI device autoconfig messages
153#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
154options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
155					# to configure PCI devices
156#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
157
158pdcide* at pci? dev ? function ?	# Promise IDE controllers
159
160# ATA (IDE) bus support
161atabus* at ata?
162wd*	at atabus? drive ?
163
164# MII/PHY support
165nsphyter* at mii? phy ?			# NS83843 PHYs
166options 	MIIVERBOSE		# verbose PHY autoconfig messages
167
168#
169# Random useful PCI devices known to work.
170#
171
172ppb*	at pci? dev ? function ?	# PCI-PCI{,e} bridges
173pci*	at ppb?
174
175ahcisata* at pci? dev ? function ?	# AHCI SATA controllers
176siisata* at pci? dev ? function ?	# SiI SteelVine controllers
177
178wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
179igphy*	at mii? phy ?			# Intel IGP01E1000
180makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
181ukphy*	at mii? phy ?			# generic unknown PHYs
182
183xhci*	at pci?	dev ? function ?	# eXtensible Host Controller
184usb*	at xhci?
185
186# USB Hubs
187uhub*	at usb?
188uhub*	at uhub? port ?
189
190# USB Mass Storage
191umass*	at uhub? port ? configuration ? interface ?
192scsibus* at umass?
193sd*	at scsibus? target ? lun ?	# SCSI disk drives
194
195
196#
197# Pseudo devices
198#
199
200pseudo-device	crypto			# /dev/crypto device
201pseudo-device	swcrypto		# software crypto implementation
202
203# disk/mass storage pseudo-devices
204#pseudo-device	ccd			# concatenated/striped disk devices
205#pseudo-device	cgd			# cryptographic disk devices
206#pseudo-device	raid			# RAIDframe disk driver
207#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
208pseudo-device	fss			# file system snapshot device
209#pseudo-device	md			# memory disk device
210pseudo-device	vnd			# disk-like interface to files
211
212# network pseudo-devices
213pseudo-device	loop			# network loopback
214pseudo-device	bpfilter		# packet filter
215pseudo-device 	carp			# Common Address Redundancy Protocol
216pseudo-device	npf			# NPF packet filter
217pseudo-device	ppp			# Point-to-Point Protocol
218pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
219pseudo-device	sl			# Serial Line IP
220pseudo-device	irframetty		# IrDA frame line discipline
221pseudo-device	tap			# virtual ethernet
222pseudo-device	tun			# network tunneling over tty
223pseudo-device	gre			# generic L3 over IP tunnel
224pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
225#pseudo-device	faith			# IPv[46] TCP relay translation i/f
226pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
227pseudo-device	vlan			# IEEE 802.1q encapsulation
228pseudo-device	bridge			# simple inter-network bridging
229pseudo-device	vether			# Virtual Ethernet for bridge
230pseudo-device	agr			# IEEE 802.3ad link aggregation
231
232# miscellaneous pseudo-devices
233pseudo-device	pty			# pseudo-terminals
234pseudo-device	clockctl		# user control of clock subsystem
235pseudo-device	drvctl			# user control of drive subsystem
236pseudo-device	ksyms			# /dev/ksyms
237pseudo-device	putter			# for puffs and pud
238
239include "dev/veriexec.config"
240