WGT624V3 revision 1.19
11.19Schristos#	$NetBSD: WGT624V3,v 1.19 2013/04/27 21:43:23 christos 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.19Schristos#ident 		"WGT624V3-$Revision: 1.19 $"
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 	KMEMSTATS	# kernel memory statistics (vmstat -m)
441.1Sjmcneill#options 	USERCONF	# userconf(4) support
451.1Sjmcneill#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
461.1Sjmcneilloptions 	DDB		# kernel dynamic debugger
471.1Sjmcneilloptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
481.1Sjmcneillmakeoptions 	DEBUG="-g"	# compile full symbol table
491.12Sdyoungoptions 	SYMTAB_SPACE=360000	# size for embedded symbol table
501.1Sjmcneill
511.1Sjmcneill# Compatibility options
521.1Sjmcneill#options 	COMPAT_43	# compatibility with 4.3BSD binaries
531.1Sjmcneill#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
541.1Sjmcneill#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
551.1Sjmcneill#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
561.1Sjmcneill#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
571.1Sjmcneill#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
581.1Sjmcneill#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
591.1Sjmcneill#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
601.1Sjmcneill#options 	COMPAT_16	# NetBSD 1.6 binary compatibility
611.1Sjmcneill#options 	COMPAT_20	# NetBSD 2.0 binary compatibility
621.1Sjmcneill#options 	COMPAT_30	# NetBSD 3.0 compatibility.
631.2Stsutsui#options 	COMPAT_40	# NetBSD 4.0 compatibility.
641.1Sjmcneill#options 	EXEC_ECOFF	# exec ECOFF binaries
651.1Sjmcneill#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
661.1Sjmcneill#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
671.1Sjmcneill
681.1Sjmcneill# File systems
691.1Sjmcneillfile-system	FFS		# Berkeley Fast Filesystem
701.1Sjmcneillfile-system	MFS		# memory-based filesystem
711.1Sjmcneill#file-system 	EXT2FS		# second extended file system (linux)
721.1Sjmcneillfile-system	NFS		# Sun NFS-compatible filesystem client
731.1Sjmcneill#file-system	KERNFS		# kernel data-structure filesystem
741.1Sjmcneill#file-system	NULLFS		# NULL layered filesystem
751.1Sjmcneill#file-system 	OVERLAY		# overlay file system
761.1Sjmcneill#file-system	FDESC		# user file descriptor filesystem
771.1Sjmcneill#file-system	UMAPFS		# uid/gid remapping filesystem
781.1Sjmcneill#file-system	LFS		# Log-based filesystem (still experimental)
791.1Sjmcneill#file-system	PROCFS		# /proc
801.1Sjmcneill#file-system	CD9660		# ISO 9660 + Rock Ridge file system
811.1Sjmcneill#file-system	UNION		# union file system
821.1Sjmcneill#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
831.1Sjmcneill#file-system 	CODA		# Coda File System; also needs vcoda (below)
841.1Sjmcneill#file-system	PTYFS		# /dev/pts/N support
851.1Sjmcneill
861.1Sjmcneill# File system options
871.1Sjmcneill#options 	NFSSERVER	# Sun NFS-compatible filesystem server
881.11Sbouyer#options 	QUOTA		# legacy UFS quotas
891.11Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
901.13Swiz#options 	FFS_EI		# FFS Endian Independent support
911.15Sdhollandoptions 	WAPBL		# File system journaling support
921.1Sjmcneilloptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
931.1Sjmcneill#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
941.1Sjmcneill				# immutable) behave as system flags.
951.1Sjmcneill
961.1Sjmcneill# Networking options
971.1Sjmcneill#options 	GATEWAY		# IP packet forwarding
981.1Sjmcneilloptions 	INET		# Internet protocols
991.1Sjmcneill#options 	INET6		# IPV6
1001.1Sjmcneill#options 	IPSEC		# IP security
1011.1Sjmcneill#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1021.1Sjmcneill#options 	IPSEC_DEBUG	# debug for IP security
1031.1Sjmcneill#options 	MROUTING	# packet forwarding of multicast packets
1041.1Sjmcneill#options 	PIM		# Protocol Independent Multicast
1051.1Sjmcneill#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1061.1Sjmcneill#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1071.1Sjmcneill#options 	PPP_DEFLATE	# Deflate compression support for PPP
1081.1Sjmcneill#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1091.1Sjmcneill#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1101.1Sjmcneill#options 	IPFILTER_LOG	# ipmon(8) log support
1111.1Sjmcneill#options 	IPFILTER_LOOKUP	# ippool(8) support
1121.1Sjmcneill
1131.1Sjmcneill# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1141.1Sjmcneill#options 	TCP_COMPAT_42
1151.1Sjmcneill
1161.1Sjmcneill# These options enable verbose messages for several subsystems.
1171.1Sjmcneill# Warning, these may compile large string tables into the kernel!
1181.1Sjmcneilloptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1191.1Sjmcneill
1201.1Sjmcneill# Bitmask for enabling the PCI IDE channels in the southbridge.
1211.1Sjmcneill# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1221.1Sjmcneill#
1231.1Sjmcneill# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
1241.1Sjmcneill# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1251.1Sjmcneill#options 	PCI_NETBSD_ENABLE_IDE=0x1
1261.1Sjmcneill
1271.1Sjmcneilloptions 	NFS_BOOT_DHCP
1281.1Sjmcneilloptions		NFS_V2_ONLY
1291.1Sjmcneill
1301.1Sjmcneill#config		netbsd	root on ? type ?
1311.1Sjmcneillconfig		netbsd	root on ae0 type nfs
1321.1Sjmcneill
1331.1Sjmcneill
1341.1Sjmcneillmainbus0 	at root
1351.1Sjmcneillcpu0 		at mainbus?
1361.1Sjmcneillwdog0		at mainbus?
1371.1Sjmcneillarbus0		at mainbus?
1381.1Sjmcneill
1391.1Sjmcneillcom*		at arbus? addr ?
1401.1Sjmcneillae*		at arbus? addr ?
1411.1Sjmcneillath*		at arbus? addr ?
1421.1Sjmcneillathflash*	at arbus? addr ?
1431.1Sjmcneillargpio*		at arbus? addr ?
1441.1Sjmcneillgpio*		at argpio?
1451.1Sjmcneill
1461.1Sjmcneill# no RTC!  so fake with a stub (required to prevent evbmips panic)
1471.1Sjmcneill
1481.1Sjmcneill
1491.1Sjmcneill# MII/PHY support
1501.1Sjmcneillmvphy*		at mii? phy ?
1511.1Sjmcneill
1521.1Sjmcneill
1531.1Sjmcneill# Pseudo-devices
1541.1Sjmcneill
1551.1Sjmcneill# Disk/mass storage pseudo-devices
1561.18Schristos#pseudo-device	ccd				# concatenated disk devices
1571.19Schristos#pseudo-device	raid				# RAIDframe disk driver
1581.8Spooka#pseudo-device	fss				# file system snapshot device
1591.9Shannken#pseudo-device	md				# memory disk device (ramdisk)
1601.1Sjmcneill#pseudo-device	vnd				# disk-like interface to files
1611.1Sjmcneill
1621.1Sjmcneill# Network pseudo-devices
1631.1Sjmcneillpseudo-device	bpfilter			# Berkeley packet filter
1641.1Sjmcneill#pseudo-device	ipfilter			# IP filter (firewall) and NAT
1651.1Sjmcneillpseudo-device	loop				# network loopback
1661.1Sjmcneill#pseudo-device	ppp				# Point-to-Point Protocol
1671.1Sjmcneill#pseudo-device	sl				# Serial Line IP
1681.1Sjmcneill#pseudo-device	strip				# Starmode Radio IP (Metricom)
1691.1Sjmcneill#pseudo-device	tun				# network tunneling over tty
1701.1Sjmcneill#pseudo-device	tap				# virtual Ethernet
1711.1Sjmcneill#pseudo-device	gre				# generic L3 over IP tunnel
1721.19Schristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
1731.1Sjmcneill#pseudo-device	gif				# RFC1933 tunnel
1741.1Sjmcneill#pseudo-device	faith				# IPv[46] tcp relay translation
1751.1Sjmcneill#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
1761.1Sjmcneill#pseudo-device	vlan				# IEEE 802.1q encapsulation
1771.1Sjmcneill#pseudo-device	bridge				# simple inter-network bridging
1781.1Sjmcneill
1791.1Sjmcneill# Miscellaneous pseudo-devices
1801.1Sjmcneillpseudo-device	pty				# pseudo-terminals
1811.1Sjmcneillpseudo-device	clockctl			# user control of clock subsystem
1821.1Sjmcneillpseudo-device	ksyms				# /dev/ksyms
1831.1Sjmcneill
1841.1Sjmcneill# A pseudo device needed for Coda		# also needs CODA (above)
1851.19Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
186