1#	$NetBSD: OCTEON,v 1.14 2024/01/29 18:27:11 christos Exp $
2
3include 	"arch/mips/conf/std.octeon"
4include 	"arch/evbmips/conf/files.octeon"
5
6#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
7
8#ident 		"OCTEON-$Revision: 1.14 $"
9
10maxusers	32
11
12options 	FDT
13options 	FDT_DEFAULT_STDOUT_PATH="\"uart0:115200n8\""
14
15# Options for necessary to use MD
16#options 	MEMORY_DISK_HOOKS
17#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
18#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
19#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
20#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
21#options 	MEMORY_DISK_ROOT_SIZE=7300
22
23# Size reduction options
24#options 	VNODE_OP_NOINLINE
25#options 	PIPE_SOCKETPAIR
26#options 	SOSEND_NO_LOAN
27
28# Standard system options
29options 	KTRACE		# system call tracing support
30options 	SYSVMSG		# System V message queues
31options 	SYSVSEM		# System V semaphores
32options 	SYSVSHM		# System V shared memory
33options 	NTP		# network time protocol
34
35# Debugging options
36options 	DIAGNOSTIC	# extra kernel sanity checking
37#options 	DEBUG		# extra kernel debugging support
38#options 	USERCONF	# userconf(4) support
39#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
40options 	DDB		# kernel dynamic debugger
41options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
42makeoptions 	DEBUG="-g"	# compile full symbol table
43makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
44
45# Compatibility options
46
47include         "conf/compat_netbsd50.config"
48
49#options 	EXEC_ECOFF	# exec ECOFF binaries
50#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
51
52# Wedge support
53options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
54options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
55
56# File systems
57file-system	FFS		# Berkeley Fast Filesystem
58file-system	MFS		# memory-based filesystem
59file-system	NFS		# Sun NFS-compatible filesystem client
60file-system	LFS		# Log-based filesystem (still experimental)
61file-system	EXT2FS		# second extended file system (linux)
62file-system	CD9660		# ISO 9660 + Rock Ridge file system
63#file-system	FDESC		# user file descriptor filesystem
64file-system	KERNFS		# kernel data-structure filesystem
65file-system	NULLFS		# NULL layered filesystem
66file-system	OVERLAY		# overlay file system
67file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
68file-system	PROCFS		# /proc
69file-system	UMAPFS		# uid/gid remapping filesystem
70file-system	UNION		# union file system
71file-system	TMPFS		# Efficient memory file-system
72file-system	PTYFS		# /dev/pts/N support
73file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
74#file-system	CODA		# Coda File System; also needs vcoda (below)
75#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
76
77# File system options
78options 	FFS_EI		# FFS Endian Independent support
79#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
80#options 	QUOTA		# legacy UFS quotas
81#options 	QUOTA2		# new, in-filesystem UFS quotas
82options 	UFS_DIRHASH	# UFS Large Directory Hashing
83options 	UFS_EXTATTR	# Extended attribute support for UFS1
84options 	WAPBL		# File system journaling support
85options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
86options 	DISKLABEL_EI	# disklabel Endian Independent support
87options 	NFSSERVER	# Network File System server
88
89# Alternate buffer queue strategies for better responsiveness under high
90# disk I/O load.
91#options 	BUFQ_READPRIO
92options 	BUFQ_PRIOCSCAN
93
94# Networking options
95options 	GATEWAY		# IP packet forwarding
96options 	INET		# Internet protocols
97options 	INET6		# IPV6
98#options 	IPSEC		# IP security
99#options 	IPSEC_DEBUG	# debug for IP security
100#options 	MROUTING	# packet forwarding of multicast packets
101#options 	PIM		# Protocol Independent Multicast
102#options 	NETATALK	# AppleTalk (over Ethernet) protocol
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
107#options 	ALTQ		# Manipulate network interfaces' output queues
108#options 	ALTQ_BLUE	# Stochastic Fair Blue
109#options 	ALTQ_CBQ	# Class-Based Queueing
110#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
111#options 	ALTQ_FIFOQ	# First-In First-Out Queue
112#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
113#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
114#options 	ALTQ_LOCALQ	# Local queueing discipline
115#options 	ALTQ_PRIQ	# Priority Queueing
116#options 	ALTQ_RED	# Random Early Detection
117#options 	ALTQ_RIO	# RED with IN/OUT
118#options 	ALTQ_WFQ	# Weighted Fair Queueing
119
120# JIT compiler for bpfilter
121options 	BPFJIT
122options 	SLJIT
123
124# These options enable verbose messages for several subsystems.
125# Warning, these may compile large string tables into the kernel!
126options 	MIIVERBOSE	# verbose PHY autoconfig messages
127
128options 	NFS_BOOT_DHCP
129
130config		netbsd	root on ? type ?
131#config		netbsd	root on cnmac0 type nfs
132
133mainbus0	at root
134cpunode0	at mainbus?
135cpu*		at cpunode? core ?
136wdog0		at cpunode0 flags 0		# flags 1 will enable it on boot
137
138iobus0		at mainbus?
139bootbus0	at mainbus?
140simplebus*	at fdt? pass 0
141
142octintc*	at fdt? pass 1
143octcib*		at fdt? pass 2
144
145com*		at iobus?
146com*		at fdt?
147
148octsmi*		at iobus?		# MDIO controller
149octsmi*		at fdt? pass 3
150octpip*		at iobus?		# PIP packet processing controller
151octpip*		at fdt? pass 4
152
153octgmx*		at octpip?
154cnmac*		at octgmx?
155
156octrnm*		at iobus?		# Random Number Memory (and generator)
157
158dwctwo*		at iobus?
159xhci*		at fdt?
160
161usb*		at dwctwo?
162usb*		at xhci?
163
164uhub*		at usb?
165
166# USB Mass Storage
167umass*		at uhub? port ? configuration ? interface ?
168scsibus*	at umass? channel ?
169sd*		at scsibus? target ? lun ?	# SCSI disk drives
170
171# Ethernet PHYs
172atphy*		at mii? phy ?		# Attansic/Atheros PHYs
173ukphy*		at mii? phy ?		# generic unknown PHYs
174
175# Pseudo-devices
176
177# Disk/mass storage pseudo-devices
178#pseudo-device	ccd				# concatenated disk devices
179#pseudo-device	raid				# RAIDframe disk driver
180#pseudo-device	fss				# file system snapshot device
181#pseudo-device	md				# memory disk device (ramdisk)
182#pseudo-device	vnd				# disk-like interface to files
183
184# Network pseudo-devices
185pseudo-device	bpfilter			# Berkeley packet filter
186pseudo-device 	carp				# Common Address Redundancy Protocol
187pseudo-device	npf				# NPF packet filter
188pseudo-device	loop				# network loopback
189pseudo-device	ppp				# Point-to-Point Protocol
190pseudo-device	pppoe				# Point-to-Point Protocol over Ethernet
191#pseudo-device	sl				# Serial Line IP
192pseudo-device	tun				# network tunneling over tty
193pseudo-device	tap				# virtual Ethernet
194#pseudo-device	gre				# generic L3 over IP tunnel
195#pseudo-device	ipip				# RFC 2003 IP Encapsulation
196pseudo-device	gif				# RFC1933 tunnel
197#pseudo-device	faith				# IPv[46] tcp relay translation
198#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
199pseudo-device	vlan				# IEEE 802.1q encapsulation
200pseudo-device	bridge				# simple inter-network bridging
201pseudo-device	vether				# Virtual Ethernet for bridge
202
203# Miscellaneous pseudo-devices
204pseudo-device	pty				# pseudo-terminals
205pseudo-device	clockctl			# user control of clock subsystem
206pseudo-device	ksyms				# /dev/ksyms
207pseudo-device	drvctl				# driver control
208pseudo-device	openfirm			# /dev/openfirm
209pseudo-device	putter				# for puffs and pud
210pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
211
212# A pseudo device needed for Coda		# also needs CODA (above)
213#pseudo-device	vcoda				# coda minicache <-> venus comm.
214
215include "dev/veriexec.config"
216
217# Pull in optional local configuration - always at end
218cinclude 	"arch/evbmips/conf/OCTEON.local"
219