WGT624V3 revision 1.33
11.33Ssimonb#	$NetBSD: WGT624V3,v 1.33 2022/08/07 02:52:25 simonb Exp $
21.1Sjmcneill
31.1Sjmcneillinclude 	"arch/evbmips/conf/std.atheros"
41.1Sjmcneill
51.1Sjmcneill#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.1Sjmcneill
71.33Ssimonb#ident 		"WGT624V3-$Revision: 1.33 $"
81.1Sjmcneill
91.1Sjmcneillmaxusers	32
101.1Sjmcneill
111.1Sjmcneillmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
121.1Sjmcneillmakeoptions	ATH_MACHINE_HAL=ap51
131.1Sjmcneill
141.1Sjmcneilloptions 	MIPS32
151.1Sjmcneilloptions 	NOFPU		# No FPU
161.10Smattoptions 	FPEMUL		# emulate FPU insn
171.1Sjmcneilloptions		WISOC_AR5315	# WiSoC select
181.1Sjmcneilloptions		COM_ARBUS_BAUD=9600
191.1Sjmcneill
201.1Sjmcneill# Options for necessary to use MD
211.1Sjmcneill#options 	MEMORY_DISK_HOOKS
221.1Sjmcneill#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
231.1Sjmcneill#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
241.1Sjmcneill#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
251.1Sjmcneill#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
261.1Sjmcneill#options		MEMORY_DISK_ROOT_SIZE=7300
271.1Sjmcneill
281.1Sjmcneill# Size reduction options
291.1Sjmcneilloptions 	VNODE_OP_NOINLINE
301.1Sjmcneilloptions		PIPE_SOCKETPAIR
311.1Sjmcneilloptions		SOSEND_NO_LOAN
321.1Sjmcneill
331.1Sjmcneill# Standard system options
341.1Sjmcneill#options 	KTRACE		# system call tracing support
351.1Sjmcneill#options 	SYSVMSG		# System V message queues
361.1Sjmcneill#options 	SYSVSEM		# System V semaphores
371.1Sjmcneill#options 	SYSVSHM		# System V shared memory
381.1Sjmcneilloptions 	NTP		# network time protocol
391.1Sjmcneill
401.1Sjmcneill# Debugging options
411.1Sjmcneilloptions 	DIAGNOSTIC	# extra kernel sanity checking
421.1Sjmcneill#options 	DEBUG		# extra kernel debugging support
431.1Sjmcneill#options 	USERCONF	# userconf(4) support
441.1Sjmcneill#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
451.1Sjmcneilloptions 	DDB		# kernel dynamic debugger
461.1Sjmcneilloptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
471.1Sjmcneillmakeoptions 	DEBUG="-g"	# compile full symbol table
481.23Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
491.1Sjmcneill
501.1Sjmcneill# Compatibility options
511.27Smrg
521.27Smrginclude         "conf/compat_netbsd50.config"
531.27Smrg
541.1Sjmcneill#options 	EXEC_ECOFF	# exec ECOFF binaries
551.1Sjmcneill#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
561.1Sjmcneill
571.1Sjmcneill# File systems
581.1Sjmcneillfile-system	FFS		# Berkeley Fast Filesystem
591.1Sjmcneillfile-system	MFS		# memory-based filesystem
601.1Sjmcneill#file-system 	EXT2FS		# second extended file system (linux)
611.1Sjmcneillfile-system	NFS		# Sun NFS-compatible filesystem client
621.1Sjmcneill#file-system	KERNFS		# kernel data-structure filesystem
631.1Sjmcneill#file-system	NULLFS		# NULL layered filesystem
641.1Sjmcneill#file-system 	OVERLAY		# overlay file system
651.1Sjmcneill#file-system	FDESC		# user file descriptor filesystem
661.1Sjmcneill#file-system	UMAPFS		# uid/gid remapping filesystem
671.1Sjmcneill#file-system	LFS		# Log-based filesystem (still experimental)
681.1Sjmcneill#file-system	PROCFS		# /proc
691.1Sjmcneill#file-system	CD9660		# ISO 9660 + Rock Ridge file system
701.1Sjmcneill#file-system	UNION		# union file system
711.1Sjmcneill#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
721.1Sjmcneill#file-system 	CODA		# Coda File System; also needs vcoda (below)
731.1Sjmcneill#file-system	PTYFS		# /dev/pts/N support
741.1Sjmcneill
751.1Sjmcneill# File system options
761.33Ssimonb#options 	FFS_EI		# FFS Endian Independent support
771.33Ssimonboptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
781.11Sbouyer#options 	QUOTA		# legacy UFS quotas
791.11Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
801.33Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
811.33Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
821.15Sdhollandoptions 	WAPBL		# File system journaling support
831.1Sjmcneill#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
841.1Sjmcneill				# immutable) behave as system flags.
851.33Ssimonb#options 	NFSSERVER	# Network File System server
861.1Sjmcneill
871.29Ssevan# Alternate buffer queue strategies for better responsiveness under high
881.29Ssevan# disk I/O load.
891.29Ssevan#options 	BUFQ_READPRIO
901.29Ssevanoptions 	BUFQ_PRIOCSCAN
911.29Ssevan
921.1Sjmcneill# Networking options
931.1Sjmcneill#options 	GATEWAY		# IP packet forwarding
941.1Sjmcneilloptions 	INET		# Internet protocols
951.1Sjmcneill#options 	INET6		# IPV6
961.1Sjmcneill#options 	IPSEC		# IP security
971.1Sjmcneill#options 	IPSEC_DEBUG	# debug for IP security
981.1Sjmcneill#options 	MROUTING	# packet forwarding of multicast packets
991.1Sjmcneill#options 	PIM		# Protocol Independent Multicast
1001.1Sjmcneill#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1011.1Sjmcneill#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1021.1Sjmcneill#options 	PPP_DEFLATE	# Deflate compression support for PPP
1031.1Sjmcneill#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1041.1Sjmcneill
1051.22Salnsn# JIT compiler for bpfilter
1061.22Salnsn#options	SLJIT
1071.22Salnsn#options	BPFJIT
1081.22Salnsn
1091.1Sjmcneill# These options enable verbose messages for several subsystems.
1101.1Sjmcneill# Warning, these may compile large string tables into the kernel!
1111.1Sjmcneilloptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1121.1Sjmcneill
1131.1Sjmcneill# Bitmask for enabling the PCI IDE channels in the southbridge.
1141.1Sjmcneill# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1151.1Sjmcneill#
1161.32Sandvar# Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE
1171.1Sjmcneill# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1181.1Sjmcneill#options 	PCI_NETBSD_ENABLE_IDE=0x1
1191.1Sjmcneill
1201.1Sjmcneilloptions 	NFS_BOOT_DHCP
1211.1Sjmcneilloptions		NFS_V2_ONLY
1221.1Sjmcneill
1231.1Sjmcneill#config		netbsd	root on ? type ?
1241.1Sjmcneillconfig		netbsd	root on ae0 type nfs
1251.1Sjmcneill
1261.1Sjmcneill
1271.1Sjmcneillmainbus0 	at root
1281.1Sjmcneillcpu0 		at mainbus?
1291.1Sjmcneillwdog0		at mainbus?
1301.1Sjmcneillarbus0		at mainbus?
1311.1Sjmcneill
1321.1Sjmcneillcom*		at arbus? addr ?
1331.1Sjmcneillae*		at arbus? addr ?
1341.1Sjmcneillath*		at arbus? addr ?
1351.1Sjmcneillathflash*	at arbus? addr ?
1361.1Sjmcneillargpio*		at arbus? addr ?
1371.1Sjmcneillgpio*		at argpio?
1381.1Sjmcneill
1391.1Sjmcneill# no RTC!  so fake with a stub (required to prevent evbmips panic)
1401.1Sjmcneill
1411.1Sjmcneill
1421.1Sjmcneill# MII/PHY support
1431.1Sjmcneillmvphy*		at mii? phy ?
1441.1Sjmcneill
1451.1Sjmcneill
1461.1Sjmcneill# Pseudo-devices
1471.1Sjmcneill
1481.1Sjmcneill# Disk/mass storage pseudo-devices
1491.18Schristos#pseudo-device	ccd				# concatenated disk devices
1501.19Schristos#pseudo-device	raid				# RAIDframe disk driver
1511.8Spooka#pseudo-device	fss				# file system snapshot device
1521.9Shannken#pseudo-device	md				# memory disk device (ramdisk)
1531.1Sjmcneill#pseudo-device	vnd				# disk-like interface to files
1541.1Sjmcneill
1551.1Sjmcneill# Network pseudo-devices
1561.1Sjmcneillpseudo-device	bpfilter			# Berkeley packet filter
1571.28Smaxv#pseudo-device	npf			# NPF packet filter
1581.1Sjmcneillpseudo-device	loop				# network loopback
1591.1Sjmcneill#pseudo-device	ppp				# Point-to-Point Protocol
1601.1Sjmcneill#pseudo-device	sl				# Serial Line IP
1611.1Sjmcneill#pseudo-device	tun				# network tunneling over tty
1621.1Sjmcneill#pseudo-device	tap				# virtual Ethernet
1631.1Sjmcneill#pseudo-device	gre				# generic L3 over IP tunnel
1641.19Schristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
1651.1Sjmcneill#pseudo-device	gif				# RFC1933 tunnel
1661.1Sjmcneill#pseudo-device	faith				# IPv[46] tcp relay translation
1671.1Sjmcneill#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
1681.1Sjmcneill#pseudo-device	vlan				# IEEE 802.1q encapsulation
1691.1Sjmcneill#pseudo-device	bridge				# simple inter-network bridging
1701.31Sroy#pseudo-device	vether				# Virtual Ethernet for bridge
1711.1Sjmcneill
1721.1Sjmcneill# Miscellaneous pseudo-devices
1731.1Sjmcneillpseudo-device	pty				# pseudo-terminals
1741.1Sjmcneillpseudo-device	clockctl			# user control of clock subsystem
1751.1Sjmcneillpseudo-device	ksyms				# /dev/ksyms
1761.1Sjmcneill
1771.1Sjmcneill# A pseudo device needed for Coda		# also needs CODA (above)
1781.19Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
179