MERAKI revision 1.38
11.38Schristos#	$NetBSD: MERAKI,v 1.38 2024/01/29 18:27:11 christos Exp $
21.1Sgdamore
31.1Sgdamoreinclude 	"arch/evbmips/conf/std.meraki"
41.1Sgdamore
51.1Sgdamore#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.1Sgdamore
71.38Schristos#ident 		"MERAKI-$Revision: 1.38 $"
81.1Sgdamore
91.1Sgdamoremaxusers	32
101.1Sgdamore
111.1Sgdamoremakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
121.1Sgdamoremakeoptions	ATH_MACHINE_HAL=ap51
131.1Sgdamore
141.1Sgdamoreoptions 	MIPS32
151.1Sgdamoreoptions 	NOFPU		# No FPU
161.13Smattoptions 	FPEMUL		# emulate FPU insn
171.1Sgdamoreoptions		WISOC_AR5315	# WiSoc select
181.1Sgdamore
191.1Sgdamore# Options for necessary to use MD
201.1Sgdamore#options 	MEMORY_DISK_HOOKS
211.1Sgdamore#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
221.1Sgdamore#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
231.1Sgdamore#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
241.1Sgdamore#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
251.1Sgdamore#options		MEMORY_DISK_ROOT_SIZE=7300
261.1Sgdamore
271.1Sgdamore# Size reduction options
281.1Sgdamoreoptions 	VNODE_OP_NOINLINE
291.1Sgdamoreoptions		PIPE_SOCKETPAIR
301.1Sgdamoreoptions		SOSEND_NO_LOAN
311.1Sgdamore
321.1Sgdamore# Standard system options
331.1Sgdamore#options 	KTRACE		# system call tracing support
341.1Sgdamore#options 	SYSVMSG		# System V message queues
351.1Sgdamore#options 	SYSVSEM		# System V semaphores
361.1Sgdamore#options 	SYSVSHM		# System V shared memory
371.1Sgdamoreoptions 	NTP		# network time protocol
381.1Sgdamore
391.1Sgdamore# Debugging options
401.1Sgdamoreoptions 	DIAGNOSTIC	# extra kernel sanity checking
411.1Sgdamore#options 	DEBUG		# extra kernel debugging support
421.1Sgdamore#options 	USERCONF	# userconf(4) support
431.1Sgdamore#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
441.1Sgdamoreoptions 	DDB		# kernel dynamic debugger
451.1Sgdamoreoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
461.1Sgdamoremakeoptions 	DEBUG="-g"	# compile full symbol table
471.26Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
481.1Sgdamore
491.1Sgdamore# Compatibility options
501.30Smrg
511.30Smrginclude         "conf/compat_netbsd50.config"
521.30Smrg
531.1Sgdamore#options 	EXEC_ECOFF	# exec ECOFF binaries
541.1Sgdamore#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
551.1Sgdamore
561.1Sgdamore# File systems
571.1Sgdamorefile-system	FFS		# Berkeley Fast Filesystem
581.1Sgdamorefile-system	MFS		# memory-based filesystem
591.1Sgdamore#file-system 	EXT2FS		# second extended file system (linux)
601.1Sgdamorefile-system	NFS		# Sun NFS-compatible filesystem client
611.1Sgdamore#file-system	KERNFS		# kernel data-structure filesystem
621.1Sgdamore#file-system	NULLFS		# NULL layered filesystem
631.1Sgdamore#file-system 	OVERLAY		# overlay file system
641.1Sgdamore#file-system	FDESC		# user file descriptor filesystem
651.1Sgdamore#file-system	UMAPFS		# uid/gid remapping filesystem
661.1Sgdamore#file-system	LFS		# Log-based filesystem (still experimental)
671.1Sgdamore#file-system	PROCFS		# /proc
681.1Sgdamore#file-system	CD9660		# ISO 9660 + Rock Ridge file system
691.1Sgdamore#file-system	UNION		# union file system
701.1Sgdamore#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
711.1Sgdamore#file-system 	CODA		# Coda File System; also needs vcoda (below)
721.1Sgdamore#file-system	PTYFS		# /dev/pts/N support
731.1Sgdamore
741.1Sgdamore# File system options
751.37Ssimonb#options 	FFS_EI		# FFS Endian Independent support
761.37Ssimonboptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
771.14Sbouyer#options 	QUOTA		# legacy UFS quotas
781.14Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
791.37Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
801.37Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
811.18Sdhollandoptions 	WAPBL		# File system journaling support
821.37Ssimonb#options 	NFSSERVER	# Network File System server
831.1Sgdamore
841.32Ssevan# Alternate buffer queue strategies for better responsiveness under high
851.32Ssevan# disk I/O load.
861.32Ssevan#options 	BUFQ_READPRIO
871.32Ssevanoptions 	BUFQ_PRIOCSCAN
881.32Ssevan
891.1Sgdamore# Networking options
901.1Sgdamore#options 	GATEWAY		# IP packet forwarding
911.1Sgdamoreoptions 	INET		# Internet protocols
921.1Sgdamore#options 	INET6		# IPV6
931.1Sgdamore#options 	IPSEC		# IP security
941.1Sgdamore#options 	IPSEC_DEBUG	# debug for IP security
951.1Sgdamore#options 	MROUTING	# packet forwarding of multicast packets
961.1Sgdamore#options 	PIM		# Protocol Independent Multicast
971.1Sgdamore#options 	NETATALK	# AppleTalk (over Ethernet) protocol
981.1Sgdamore#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
991.1Sgdamore#options 	PPP_DEFLATE	# Deflate compression support for PPP
1001.1Sgdamore#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1011.1Sgdamore
1021.25Salnsn# JIT compiler for bpfilter
1031.25Salnsn#options	SLJIT
1041.25Salnsn#options	BPFJIT
1051.25Salnsn
1061.1Sgdamore# These options enable verbose messages for several subsystems.
1071.1Sgdamore# Warning, these may compile large string tables into the kernel!
1081.1Sgdamoreoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1091.1Sgdamore
1101.1Sgdamore# Bitmask for enabling the PCI IDE channels in the southbridge.
1111.1Sgdamore# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1121.1Sgdamore#
1131.36Sandvar# Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE
1141.1Sgdamore# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1151.1Sgdamore#options 	PCI_NETBSD_ENABLE_IDE=0x1
1161.1Sgdamore
1171.1Sgdamoreoptions 	NFS_BOOT_DHCP
1181.1Sgdamoreoptions		NFS_V2_ONLY
1191.1Sgdamore
1201.1Sgdamoreconfig		netbsd	root on ? type ?
1211.1Sgdamore
1221.1Sgdamore
1231.1Sgdamoremainbus0 	at root
1241.1Sgdamorecpu0 		at mainbus?
1251.1Sgdamorewdog0		at mainbus?
1261.1Sgdamorearbus0		at mainbus?
1271.1Sgdamore
1281.1Sgdamorecom*		at arbus? addr ?
1291.1Sgdamoreae*		at arbus? addr ?
1301.1Sgdamoreath*		at arbus? addr ?
1311.1Sgdamore#athflash*	at arbus? addr ?
1321.1Sgdamoreargpio*		at arbus? addr ?
1331.1Sgdamoregpio*		at argpio?
1341.1Sgdamore
1351.3Sgdamore# SPI Flash 
1361.3Sgdamorearspi*		at arbus? addr ?
1371.3Sgdamorespi*		at arspi?
1381.3Sgdamorespiflash*	at spiflashbus?
1391.3Sgdamorem25p*		at spi? slave 0
1401.3Sgdamore
1411.1Sgdamore# no RTC!  so fake with a stub (required to prevent evbmips panic)
1421.1Sgdamore
1431.1Sgdamore
1441.1Sgdamore# MII/PHY support
1451.1Sgdamore#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
1461.1Sgdamore#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
1471.1Sgdamore#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
1481.1Sgdamore#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
1491.1Sgdamore#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
1501.1Sgdamore#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
1511.1Sgdamore#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
1521.1Sgdamore#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
1531.1Sgdamore#nsphy*		at mii? phy ?		# NS83840 PHYs
1541.1Sgdamore#nsphyter*	at mii? phy ?		# NS83843 PHYs
1551.1Sgdamore#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
1561.1Sgdamore#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
1571.1Sgdamore#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
1581.1Sgdamore#tlphy*		at mii? phy ?		# ThunderLAN PHYs
1591.1Sgdamore#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
1601.1Sgdamorerlphy*		at mii? phy ?		# RealTek PHYs
1611.1Sgdamoreukphy*		at mii? phy ?		# generic unknown PHYs
1621.1Sgdamore
1631.1Sgdamore
1641.1Sgdamore# Pseudo-devices
1651.1Sgdamore
1661.1Sgdamore# Disk/mass storage pseudo-devices
1671.21Schristos#pseudo-device	ccd				# concatenated disk devices
1681.22Schristos#pseudo-device	raid				# RAIDframe disk driver
1691.11Spooka#pseudo-device	fss				# file system snapshot device
1701.12Shannken#pseudo-device	md				# memory disk device (ramdisk)
1711.1Sgdamore#pseudo-device	vnd				# disk-like interface to files
1721.1Sgdamore
1731.1Sgdamore# Network pseudo-devices
1741.1Sgdamorepseudo-device	bpfilter			# Berkeley packet filter
1751.33Ssevanpseudo-device 	carp				# Common Address Redundancy Protocol
1761.31Smaxv#pseudo-device	npf			# NPF packet filter
1771.1Sgdamorepseudo-device	loop				# network loopback
1781.1Sgdamore#pseudo-device	ppp				# Point-to-Point Protocol
1791.1Sgdamore#pseudo-device	sl				# Serial Line IP
1801.1Sgdamore#pseudo-device	tun				# network tunneling over tty
1811.1Sgdamore#pseudo-device	tap				# virtual Ethernet
1821.1Sgdamore#pseudo-device	gre				# generic L3 over IP tunnel
1831.22Schristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
1841.1Sgdamore#pseudo-device	gif				# RFC1933 tunnel
1851.1Sgdamore#pseudo-device	faith				# IPv[46] tcp relay translation
1861.1Sgdamore#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
1871.1Sgdamore#pseudo-device	vlan				# IEEE 802.1q encapsulation
1881.1Sgdamore#pseudo-device	bridge				# simple inter-network bridging
1891.35Sroy#pseudo-device	vether				# Virtual Ethernet for bridge
1901.1Sgdamore
1911.1Sgdamore# Miscellaneous pseudo-devices
1921.1Sgdamorepseudo-device	pty				# pseudo-terminals
1931.1Sgdamorepseudo-device	clockctl			# user control of clock subsystem
1941.1Sgdamorepseudo-device	ksyms				# /dev/ksyms
1951.1Sgdamore
1961.1Sgdamore# A pseudo device needed for Coda		# also needs CODA (above)
1971.22Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
1981.33Ssevan
1991.33Ssevaninclude "dev/veriexec.config"
200